summary refs log tree commit diff stats
path: root/tests/caas/imported.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2013-05-04 01:04:02 +0300
committerZahary Karadjov <zahary@gmail.com>2013-05-04 01:04:28 +0300
commita8e12afc76125fd7931e08d56d17c7b40c6e2065 (patch)
tree989872b74158f24507a4f3d6136fd82bd33cbba4 /tests/caas/imported.nim
parentac9db5d6840c88cd89e4df5a47d1bdeedb07d170 (diff)
downloadNim-a8e12afc76125fd7931e08d56d17c7b40c6e2065.tar.gz
test-runner for caas multi-step tests
Diffstat (limited to 'tests/caas/imported.nim')
-rw-r--r--tests/caas/imported.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/caas/imported.nim b/tests/caas/imported.nim
new file mode 100644
index 000000000..a4bc5c0e6
--- /dev/null
+++ b/tests/caas/imported.nim
@@ -0,0 +1,3 @@
+proc `+++`*(a,b: string): string =
+  return a & "  " & b
+