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:
Dmitry Jemerov
2017-03-23 19:47:39 +01:00
parent 34ad19a912
commit e2f75463d7
127 changed files with 204 additions and 227 deletions
@@ -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,4 +1,5 @@
// "Import" "true"
// JS
package some
import jquery.jq
@@ -1,4 +1,5 @@
// "Import" "true"
// WITH_RUNTIME
package some
fun testFun() {
@@ -1,4 +1,5 @@
// "Import" "true"
// WITH_RUNTIME
package some
import kotlin.system.measureNanoTime