diff --git a/test/syntax/tail.kk b/test/syntax/run/tail.kk similarity index 100% rename from test/syntax/tail.kk rename to test/syntax/run/tail.kk diff --git a/test/syntax/tail.kk.out b/test/syntax/run/tail.kk.out similarity index 100% rename from test/syntax/tail.kk.out rename to test/syntax/run/tail.kk.out diff --git a/test/syntax/run/tail2.kk b/test/syntax/run/tail2.kk new file mode 100644 index 000000000..d3c411533 --- /dev/null +++ b/test/syntax/run/tail2.kk @@ -0,0 +1,4 @@ +import tail + +fun main() + "Done".println \ No newline at end of file diff --git a/test/syntax/run/tail2.kk.out b/test/syntax/run/tail2.kk.out new file mode 100644 index 000000000..8ad96f878 --- /dev/null +++ b/test/syntax/run/tail2.kk.out @@ -0,0 +1 @@ +Done \ No newline at end of file diff --git a/test/syntax/tail2.kk b/test/syntax/tail2.kk deleted file mode 100644 index d403f14bb..000000000 --- a/test/syntax/tail2.kk +++ /dev/null @@ -1 +0,0 @@ -import tail diff --git a/test/syntax/tail2.kk.out b/test/syntax/tail2.kk.out deleted file mode 100644 index e69de29bb..000000000