diff options
author | Araq <rumpf_a@web.de> | 2016-12-01 09:54:45 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-01 09:54:45 +0100 |
commit | de844c7767fa341c96c38e279f064a0e7f4db641 (patch) | |
tree | 1384cd0571e7776b90acc81a9deb96cca93b2b38 /tests | |
parent | 2adb2be86a5302e532d8463243cbdd57beaa0d4f (diff) | |
download | Nim-de844c7767fa341c96c38e279f064a0e7f4db641.tar.gz |
attempt to make travis green again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim index 81215bd58..ec78ae26c 100644 --- a/tests/cpp/tasync_cpp.nim +++ b/tests/cpp/tasync_cpp.nim @@ -9,6 +9,6 @@ import jester import asyncdispatch, asyncnet # bug #5081 -import nre +#import nre echo "hello" |