diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-14 15:33:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 15:33:17 -0700 |
commit | 2ce592a209f4cd7f59c009a01e4ac4037e63a7bd (patch) | |
tree | d715b1a8e9c4875f5b88ecc54dfb312570a5fc8e /tests/cpp/tempty_generic_obj.nim | |
parent | 97970d9dccb24bb290cdba14275acae62602c832 (diff) | |
download | Nim-2ce592a209f4cd7f59c009a01e4ac4037e63a7bd.tar.gz |
refs #18011 disable some newly failing tests on cpp windows; refs #17946 increase timeout for tchannels (#18012)
Diffstat (limited to 'tests/cpp/tempty_generic_obj.nim')
-rw-r--r-- | tests/cpp/tempty_generic_obj.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/cpp/tempty_generic_obj.nim b/tests/cpp/tempty_generic_obj.nim index 913c1ec3c..6125190b4 100644 --- a/tests/cpp/tempty_generic_obj.nim +++ b/tests/cpp/tempty_generic_obj.nim @@ -1,7 +1,9 @@ discard """ targets: "cpp" - output: '''int + output: ''' +int float''' +disabled: "windows" # pending bug #18011 """ import typetraits |