Skip to content

Commit 36534c1

Browse files
committed
gcc_popcount2: fix assertion matching pattern
The assertion of interest now has number 3, which is irrelevant and should not cause the test to fail.
1 parent e94c3ba commit 36534c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc/gcc_popcount2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ main.c
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$
7-
\[main\.assertion\.1\] assertion sizeof\(ull\) != sizeof\(unsigned int\) && pop4\(ull\) == __builtin_popcount\(ull\): FAILURE$
7+
\[main\.assertion\.\d+\] line 39 assertion sizeof\(ull\) != sizeof\(unsigned int\) && pop4\(ull\) == __builtin_popcount\(ull\): FAILURE$
88
^\*\* 1 of 3 failed
99
--
1010
^warning: ignoring

0 commit comments

Comments
 (0)