summary refs log tree commit diff stats
path: root/tests/cpp
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-12-01 08:46:44 +0100
committerAraq <rumpf_a@web.de>2016-12-01 08:46:44 +0100
commit2a7b4fda78758005a9c67a0e5f83b7594d616b2a (patch)
tree37361490842288b1937a1827e4f05dd1aec4229b /tests/cpp
parent8494338bcbe1ffbd9845a6a5318d0853952b25d0 (diff)
downloadNim-2a7b4fda78758005a9c67a0e5f83b7594d616b2a.tar.gz
fixes #5081
Diffstat (limited to 'tests/cpp')
-rw-r--r--tests/cpp/tasync_cpp.nim3
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"