Skip to content

Commit cbd18c9

Browse files
author
Enrico Steffinlongo
committed
Fix test_struct_union_c regression test
cbmc/havoc_slice/test_struct_union_c.desc regression test was using test_struct_union_b.c instead of test_struct_union_c.c, that was never used. This commit fixes this by running the correct file.
1 parent bf6d759 commit cbd18c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc/havoc_slice/test_struct_union_c.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE no-new-smt
2-
test_struct_union_b.c
2+
test_struct_union_c.c
33

44
^EXIT=10$
55
^SIGNAL=0$

0 commit comments

Comments
 (0)