Skip to content

Commit 286a19d

Browse files
author
thk123
committed
Correcting test and adding to the suite
The known bug related to this issue was checking the output was wrong, so made it check the correct output. Since it is now fixed, swapped it from KNOWNBUG to CORE.
1 parent c855b7b commit 286a19d

File tree

1 file changed

+2
-2
lines changed
  • regression/goto-instrument/const-struct1

1 file changed

+2
-2
lines changed

regression/goto-instrument/const-struct1/test.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33
--show-symbol-table
4-
^Type\.*: struct struct_tag_name$
4+
^Type\.*: const struct struct_tag_name$
55
^Type\.*: const double$
66
^EXIT=0$
77
^SIGNAL=0$

0 commit comments

Comments
 (0)