diff options
author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-10 18:07:22 +0000 |
---|---|---|
committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-10 18:07:22 +0000 |
commit | c2e88b6483aee69fa821e88db9e4874fd7b649a4 (patch) | |
tree | 765997c4d3a75aad30cd2f8efbc1ceab81aa9921 /libjava/testsuite/libjava.compile | |
parent | 34bea40acc796feebccaafd01f0bff75f44e5aca (diff) | |
download | ppe42-gcc-c2e88b6483aee69fa821e88db9e4874fd7b649a4.tar.gz ppe42-gcc-c2e88b6483aee69fa821e88db9e4874fd7b649a4.zip |
* testsuite/libjava.compile/PR19277.java: New file for PR java/19277.
* testsuite/libjava.compile/PR19277.xfail: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR19277.java | 7 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR19277.xfail | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR19277.java b/libjava/testsuite/libjava.compile/PR19277.java new file mode 100644 index 00000000000..61ed0bf7acc --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR19277.java @@ -0,0 +1,7 @@ +class PR19277 +{ + void snafu (int[] array) + { + array.length++; + } +} diff --git a/libjava/testsuite/libjava.compile/PR19277.xfail b/libjava/testsuite/libjava.compile/PR19277.xfail new file mode 100644 index 00000000000..e3b083b1fa5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR19277.xfail @@ -0,0 +1 @@ +shouldfail |