Skip to content

Commit 0a53fbb

Browse files
committed
Amend test-case to complete in acceptable time
1 parent 4473f06 commit 0a53fbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.

regression/cbmc-java/multinewarray/multinewarray.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public static void main(String[] args)
1212
assert some_a[0].length==3;
1313
assert some_a[0][0].length==2;
1414

15-
int x=10;
16-
int y=20;
15+
int x=3;
16+
int y=5;
1717
int[][] int_array = new int[x][y];
1818

1919
for(int i=0; i<x; ++i)

regression/cbmc-java/multinewarray/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
multinewarray.class
33

44
^EXIT=0$

0 commit comments

Comments
 (0)