Skip to content

Commit d6dddc0

Browse files
committed
Avoid cross-platform preprocessor need from test
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).
1 parent 1590a31 commit d6dddc0

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

regression/cbmc/Anonymous_Struct3/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
main.i
33
-win32
44
^EXIT=0$
55
^SIGNAL=0$
File renamed without changes.

regression/cbmc/noop1/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
main.i
33
-winx64
44
^EXIT=0$
55
^SIGNAL=0$
File renamed without changes.

regression/cbmc/noop2/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
main.c
2+
main.i
33
-win32
44
^EXIT=0$
55
^SIGNAL=0$

0 commit comments

Comments
 (0)