Fixes to tests: forgotten package names and tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package codegen.objectExpression_1
|
||||
package codegen.objectExpression.expr1
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
package codegen.objectExpression_2
|
||||
|
||||
package codegen.objectExpression.expr2
|
||||
import kotlin.test.*
|
||||
|
||||
@Test fun runTest() {
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package codegen.objectExpression_3
|
||||
package codegen.objectExpression.expr3
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
Reference in New Issue
Block a user