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
tter James Booth <boothj5@gmail.com> 2013-01-13 01:43:18 +0000 Moved FREE_SET_NULL to common.h' href='/danisanti/profani-tty/commit/src/common.h?id=b6f36673900939ad171b84bb088d82226d06285a'>b6f36673 ^
a48b48b7 ^





8c68fa0b ^
929be7f1 ^
6bad38c2 ^
0fe70ce7 ^

92ae93de ^
2630c111 ^
64d81c7c ^
8c68fa0b ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62