Skip to content

Commit f98f4a5

Browse files
committed
continued test-suite
1 parent 47e06ae commit f98f4a5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package kscript.test;
2+
3+
/**
4+
* @author Holger Brandl
5+
*/
6+
public class FileApiTest {
7+
8+
}

src/test/kotlin/kscript/test/SupportApiTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ package kscript.test
22

33
import io.kotlintest.matchers.shouldBe
44
import io.kotlintest.specs.StringSpec
5-
import kscript.print
6-
import kscript.stdin
5+
import kscript.*
76

87
/**
98
* @author Holger Brandl

0 commit comments

Comments
 (0)