Skip to content

Commit

Permalink
Fixed linking-goto-binaries regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
esteffin authored and Enrico Steffinlongo committed Dec 22, 2023
1 parent df3f766 commit 7f0dabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Linking7-module2.c
^VERIFICATION FAILED$
line 21 assertion \*g\.a == 42: SUCCESS
line 22 assertion \*g\.c == 41: FAILURE
^\*\* 1 of 3 failed
^\*\* 1 of \d+ failed
--
^warning: ignoring
2 changes: 1 addition & 1 deletion regression/linking-goto-binaries/type_conflicts/test.desc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Linking7-module.c
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
^\*\* 1 of 3 failed
^\*\* 1 of \d+ failed
line 21 assertion \*g\.a == 42: SUCCESS
line 22 assertion \*g\.b == 41: FAILURE
--
Expand Down

0 comments on commit 7f0dabf

Please sign in to comment.