diff options
author | Araq <rumpf_a@web.de> | 2015-10-15 09:31:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-10-15 09:31:54 +0200 |
commit | c97cbe7abd85d134e95ad1a7044fc314c60e5bed (patch) | |
tree | 018959820cb3510daf9db092946a7a210c384cc6 /tests | |
parent | 7d6c9143d70d1ba09ef43d1580a0ad870d46e2a6 (diff) | |
download | Nim-c97cbe7abd85d134e95ad1a7044fc314c60e5bed.tar.gz |
fixes #3299
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 11 |
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" |