diff options
author | Araq <rumpf_a@web.de> | 2018-12-21 17:16:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-21 22:03:41 +0100 |
commit | 4a6d699bc5651e834622ea8653d6a1a03ac75bd2 (patch) | |
tree | 5bac4a1e9596491e9567625987be3d72ee3a6699 /tests/async | |
parent | da809925773c112f5b26add9e86e9f4837342372 (diff) | |
download | Nim-4a6d699bc5651e834622ea8653d6a1a03ac75bd2.tar.gz |
C++: make async tests green on Windows
Diffstat (limited to 'tests/async')
-rw-r--r-- | tests/async/tasynctry.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/async/tasynctry.nim b/tests/async/tasynctry.nim index b13c57951..a7cb5223d 100644 --- a/tests/async/tasynctry.nim +++ b/tests/async/tasynctry.nim @@ -6,6 +6,7 @@ Multiple idents in except Multiple except branches Multiple except branches 2 ''' +targets: "c" """ import asyncdispatch, strutils |