Skip to content

Commit

Permalink
Avoid cross-platform preprocessor need from test
Browse files Browse the repository at this point in the history
The test requires 32-bit, but does not need preprocessing. So avoid any
attempt to invoke a platform-specific preprocessor (that might not
actually be available).
  • Loading branch information
tautschnig committed Feb 14, 2024
1 parent 1590a31 commit d6dddc0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion regression/cbmc/Anonymous_Struct3/test.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CORE
main.c
main.i
-win32
^EXIT=0$
^SIGNAL=0$
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion regression/cbmc/noop1/test.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CORE
main.c
main.i
-winx64
^EXIT=0$
^SIGNAL=0$
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion regression/cbmc/noop2/test.desc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CORE
main.c
main.i
-win32
^EXIT=0$
^SIGNAL=0$
Expand Down

0 comments on commit d6dddc0

Please sign in to comment.