diff options
Diffstat (limited to 'tests/caas/imported.nim')
-rw-r--r-- | tests/caas/imported.nim | 3 |
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 - |