summaryrefslogtreecommitdiff
path: root/testdata/p02
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/p02')
-rw-r--r--testdata/p027
1 files changed, 0 insertions, 7 deletions
diff --git a/testdata/p02 b/testdata/p02
deleted file mode 100644
index 1aeb4a9..0000000
--- a/testdata/p02
+++ /dev/null
@@ -1,7 +0,0 @@
-a := 1
-
-if a < 2 {
- println("yep")
-}
-
-println("ok")