Skip to content

Commit 0b649e2

Browse files
committed
Update expected test result
only renaming no information loss.
1 parent 875be9d commit 0b649e2

File tree

1 file changed

+7
-9
lines changed
  • regression/memory-analyzer/plain_old_datatypes

1 file changed

+7
-9
lines changed

regression/memory-analyzer/plain_old_datatypes/test.desc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ plain_old_datatypes.gb
33
--breakpoint my_function --symbols e,f,f_1,d,g,h
44
^EXIT=0$
55
^SIGNAL=0$
6-
char tmp\[\];
7-
struct mapping_things tmp\$0;
8-
char tmp\$1\[\];
6+
struct mapping_things tmp;
7+
char tmp\$0\[\];
98
e = 17;
109
f = &e;
1110
f_1 = &e;
12-
tmp = \"test2\";
13-
d = \{ .a=4, .b=tmp, .c=-32 \};
14-
tmp\$0 = \{ .a=0, .b=\(\(char \*\)0\), .c=0 \};
15-
g = &tmp\$0;
16-
tmp\$1 = \"test\";
17-
h = tmp\$1;
11+
d = \{ .a=4, .b=\&h\[5ul\], .c=-32 \};
12+
tmp = \{ .a=0, .b=\(\(char \*\)0\), .c=0 \};
13+
g = &tmp;
14+
tmp\$0 = \"test\";
15+
h = tmp\$0;

0 commit comments

Comments
 (0)