From f12b8f2ac578f29295c7a06d222c7a2a08085200 Mon Sep 17 00:00:00 2001 From: Tim Whiting Date: Sat, 30 Dec 2023 15:35:03 -0700 Subject: [PATCH] move test to actually run, otherwise they won't fail --- test/syntax/{ => run}/tail.kk | 0 test/syntax/{ => run}/tail.kk.out | 0 test/syntax/run/tail2.kk | 4 ++++ test/syntax/run/tail2.kk.out | 1 + test/syntax/tail2.kk | 1 - test/syntax/tail2.kk.out | 0 6 files changed, 5 insertions(+), 1 deletion(-) rename test/syntax/{ => run}/tail.kk (100%) rename test/syntax/{ => run}/tail.kk.out (100%) create mode 100644 test/syntax/run/tail2.kk create mode 100644 test/syntax/run/tail2.kk.out delete mode 100644 test/syntax/tail2.kk delete mode 100644 test/syntax/tail2.kk.out 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