summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-10-15 09:31:43 +0200
committerAraq <rumpf_a@web.de>2015-10-15 09:31:54 +0200
commitc97cbe7abd85d134e95ad1a7044fc314c60e5bed (patch)
tree018959820cb3510daf9db092946a7a210c384cc6 /tests
parent7d6c9143d70d1ba09ef43d1580a0ad870d46e2a6 (diff)
downloadNim-c97cbe7abd85d134e95ad1a7044fc314c60e5bed.tar.gz
fixes #3299
Diffstat (limited to 'tests')
-rw-r--r--tests/cpp/tasync_cpp.nim11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim
new file mode 100644
index 000000000..792f2938b
--- /dev/null
+++ b/tests/cpp/tasync_cpp.nim
@@ -0,0 +1,11 @@
+discard """
+  cmd: "nim cpp $file"
+  output: "hello"
+"""
+
+# bug #3299
+
+import jester
+import asyncdispatch, asyncnet
+
+echo "hello"