Rewrite AbstractQuickFixTest based on light fixture test case
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// JS
|
||||
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// JS
|
||||
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// RUNTIME_WITH_KOTLIN_TEST
|
||||
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// RUNTIME_WITH_KOTLIN_TEST
|
||||
|
||||
package test
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// JS
|
||||
package some
|
||||
|
||||
fun testFun() {
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// JS
|
||||
package some
|
||||
|
||||
import jquery.jq
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
fun testFun() {
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// "Import" "true"
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
import kotlin.system.measureNanoTime
|
||||
|
||||
Reference in New Issue
Block a user