Fix test data

We do not need to check the imports order in this particular test
This commit is contained in:
Roman Golyshev
2021-03-03 18:48:43 +03:00
parent 7b7ba717d0
commit 43b829b1f0
2 changed files with 2 additions and 3 deletions
@@ -1,7 +1,6 @@
// FIR_COMPARISON
package some
import java.util.SortedSet
fun other() {
somefu<caret>
}
@@ -1,7 +1,7 @@
// FIR_COMPARISON
package some
import jettesting.data.somefun
import java.util.SortedSet
fun other() {
somefun(<caret>)