diff options
author | Araq <rumpf_a@web.de> | 2016-12-01 08:46:44 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-01 08:46:44 +0100 |
commit | 2a7b4fda78758005a9c67a0e5f83b7594d616b2a (patch) | |
tree | 37361490842288b1937a1827e4f05dd1aec4229b /tests/cpp | |
parent | 8494338bcbe1ffbd9845a6a5318d0853952b25d0 (diff) | |
download | Nim-2a7b4fda78758005a9c67a0e5f83b7594d616b2a.tar.gz |
fixes #5081
Diffstat (limited to 'tests/cpp')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim index 792f2938b..81215bd58 100644 --- a/tests/cpp/tasync_cpp.nim +++ b/tests/cpp/tasync_cpp.nim @@ -8,4 +8,7 @@ discard """ import jester import asyncdispatch, asyncnet +# bug #5081 +import nre + echo "hello" |