summary refs log tree commit diff stats
path: root/tests/ccgbugs
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-05-11 17:11:55 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-05-11 17:11:55 +0200
commitd0c91131c13cd556923d56ab05c3496279e70a12 (patch)
tree0d671ca36c6ca4e8cd6979c448fe08d88cf78e53 /tests/ccgbugs
parent61700861d36f16560f34a2c65664e34177969ab5 (diff)
downloadNim-d0c91131c13cd556923d56ab05c3496279e70a12.tar.gz
makes tests green again
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r--tests/ccgbugs/tmissingvolatile.nim2
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