e2f75463d7
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
11 lines
118 B
Plaintext
Vendored
11 lines
118 B
Plaintext
Vendored
// "Import" "true"
|
|
// RUNTIME_WITH_KOTLIN_TEST
|
|
|
|
package test
|
|
|
|
import kotlin.test.asserter
|
|
|
|
fun foo() {
|
|
asserter
|
|
}
|