Change order of WITH_RUNTIME and FILE. Wrong order brakes module pattern.

This commit is contained in:
Pavel Punegov
2021-02-21 11:12:33 +03:00
parent 95a8c60a9c
commit 073a500370
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
// MODULE: lib
// WITH_RUNTIME
// FILE: lib.kt
// WITH_RUNTIME
import kotlin.test.assertEquals
@@ -1,6 +1,6 @@
// MODULE: lib
// WITH_RUNTIME
// FILE: lib.kt
// WITH_RUNTIME
import kotlin.test.assertEquals