summary refs log tree commit diff stats
path: root/tests/caas/main.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/caas/main.nim')
-rw-r--r--tests/caas/main.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/caas/main.nim b/tests/caas/main.nim
deleted file mode 100644
index fafeff93b..000000000
--- a/tests/caas/main.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-import imported, strutils
-
-proc main =
-  var t1 = "text"
-  var t2 = t1.toUpper
-  echo(t1 +++ t2)
-