diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-05-11 17:11:55 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-05-11 17:11:55 +0200 |
commit | d0c91131c13cd556923d56ab05c3496279e70a12 (patch) | |
tree | 0d671ca36c6ca4e8cd6979c448fe08d88cf78e53 /tests/ccgbugs | |
parent | 61700861d36f16560f34a2c65664e34177969ab5 (diff) | |
download | Nim-d0c91131c13cd556923d56ab05c3496279e70a12.tar.gz |
makes tests green again
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r-- | tests/ccgbugs/tmissingvolatile.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/tmissingvolatile.nim b/tests/ccgbugs/tmissingvolatile.nim index 4d25e5c22..d61778ed4 100644 --- a/tests/ccgbugs/tmissingvolatile.nim +++ b/tests/ccgbugs/tmissingvolatile.nim @@ -1,7 +1,7 @@ discard """ output: "1" cmd: r"nim c --hints:on $options -d:release $file" - ccodecheck: "'NI volatile state;'" + ccodecheck: "'NI volatile state0;'" """ # bug #1539 |