Skip to content

Commit 1939544

Browse files
authored
Merge pull request #8206 from tautschnig/cleanup/32-bit-preproc
Avoid cross-platform preprocessor need from test
2 parents 1590a31 + d6dddc0 commit 1939544

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)