Skip to content

Commit 9b45302

Browse files
author
thk123
committed
Test demonstrating logging
1 parent 9a68db3 commit 9b45302

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class TestClass {
2+
public static void f(int y) {
3+
float[][] a1 = new float[y][3];
4+
int j = 0;
5+
a1[j][0] = 34.5f;
6+
}
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CORE
2+
TestClass.class
3+
--function Test1.f --cover location --unwind 2
4+
Source GOTO statement: ((struct java::array[float] *)a1->data[j])->data[0] = 34.5f;
5+
^EXIT=6$
6+
--
7+
--
8+
This is a bug - this validates the error output.

0 commit comments

Comments
 (0)