Skip to content

Commit 71ca96a

Browse files
author
Daniel Kroening
authored
Merge pull request #3626 from tautschnig/vs-long-long
Windows/64bit uses signed long long as index type [blocks: #2310, #3627]
2 parents be68932 + 6ae9f93 commit 71ca96a

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)