summary refs log tree commit diff stats
path: root/tests/caas/imported.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/caas/imported.nim')
-rw-r--r--tests/caas/imported.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/caas/imported.nim b/tests/caas/imported.nim
deleted file mode 100644
index a4bc5c0e6..000000000
--- a/tests/caas/imported.nim
+++ /dev/null
@@ -1,3 +0,0 @@
-proc `+++`*(a,b: string): string =
-  return a & "  " & b
-