diff options
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..ec78ae26c 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" |