Skip to content

Commit 6ae9f93

Browse files
committed
Windows/64bit uses signed long long as index type
The regression test was only compatible with non-Windows systems.
1 parent a338d42 commit 6ae9f93

File tree

1 file changed

+1
-1
lines changed
  • regression/cbmc/array-function-parameters

1 file changed

+1
-1
lines changed

regression/cbmc/array-function-parameters/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ test.c
1212
\[test.assertion.9\] line \d+ assertion Test.lists\[0\] != Test.lists\[1\]: SUCCESS
1313
\[test.assertion.10\] line \d+ assertion Test.lists\[1\] != Test.lists\[2\]: SUCCESS
1414
\[test.assertion.11\] line \d+ assertion Test.lists\[2\] != Test.lists\[3\]: SUCCESS
15-
\[test.array_bounds.1\] line \d+ array `Test'.lists upper bound in Test.lists\[\(signed long int\)4\]: FAILURE
15+
\[test.array_bounds.1\] line \d+ array `Test'.lists upper bound in Test.lists\[\(signed long( long)? int\)4\]: FAILURE
1616
\[test.assertion.12\] line \d+ assertion !Test.lists\[4\]: FAILURE
1717
--

0 commit comments

Comments
 (0)