diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-16 21:28:19 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-16 21:28:19 +0100 |
commit | 2fb5d62927b217b070fec3657abe1b132a53b91a (patch) | |
tree | 4b25d449fcb3105a9d39e4b8d4701c0c87d9d9db /tests/sets | |
parent | 6692d95ee2941de587f201ac2021bf9558a41f6f (diff) | |
download | Nim-2fb5d62927b217b070fec3657abe1b132a53b91a.tar.gz |
Tester now appreciates the test target. Modified 'cmd' in specs.
Diffstat (limited to 'tests/sets')
-rw-r--r-- | tests/sets/tsets2.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sets/tsets2.nim b/tests/sets/tsets2.nim index ac977096b..7f313e14f 100644 --- a/tests/sets/tsets2.nim +++ b/tests/sets/tsets2.nim @@ -1,6 +1,5 @@ discard """ output: '''true''' - cmd: "nimrod cc --hints:on $# $#" """ import hashes, sets |