summary refs log tree commit diff stats
path: root/tests/ccgbugs
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-02-02 10:30:01 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-02-02 10:30:01 +0100
commit56aa1ac5bc77b53b79a5b9247e88ffbd68b5cf1c (patch)
treeae4b33968dc725f9248a089fe6de48bbfb23309f /tests/ccgbugs
parentd9cf9b079ec7f60dc246c93a73a3aa500ba03d42 (diff)
downloadNim-56aa1ac5bc77b53b79a5b9247e88ffbd68b5cf1c.tar.gz
new name mangling scheme implemented
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 d61778ed4..4d25e5c22 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 state0;'"
+  ccodecheck: "'NI volatile state;'"
 """
 
 # bug #1539