diff options
author | Araq <rumpf_a@web.de> | 2017-12-08 10:06:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-12-08 10:06:20 +0100 |
commit | eae1aaa37728578bf93263b0ca24064a31ca4b16 (patch) | |
tree | c90ecc0070f5024255684d8bfc7c112bcda555ec /tests/cpp | |
parent | 00a230e5d86598f37fb2708bae97c7ab1c0ebe0e (diff) | |
download | Nim-eae1aaa37728578bf93263b0ca24064a31ca4b16.tar.gz |
fixes another sighashes problem
Diffstat (limited to 'tests/cpp')
-rw-r--r-- | tests/cpp/tcasts.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpp/tcasts.nim b/tests/cpp/tcasts.nim index 35f06234d..24ebb8f62 100644 --- a/tests/cpp/tcasts.nim +++ b/tests/cpp/tcasts.nim @@ -1,6 +1,7 @@ discard """ cmd: "nim cpp $file" output: "" + targets: "cpp" """ block: #5979 |