diff options
| author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-11 17:52:42 +0000 |
|---|---|---|
| committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-11 17:52:42 +0000 |
| commit | 6bf43ea3f6c263ab726754ec11ae54846f9a76a2 (patch) | |
| tree | 4ffbba3451e46ab9239a0192942031ddb59d5cf3 /libjava/testsuite/libjava.compile | |
| parent | bba7ddf8a177ae52ea3bff1b478f891e63016473 (diff) | |
| download | ppe42-gcc-6bf43ea3f6c263ab726754ec11ae54846f9a76a2.tar.gz ppe42-gcc-6bf43ea3f6c263ab726754ec11ae54846f9a76a2.zip | |
* testsuite/libjava.compile/PR20418.java: New.
* testsuite/libjava.compile/PR20418.xfail: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile')
| -rw-r--r-- | libjava/testsuite/libjava.compile/PR20418.java | 7 | ||||
| -rw-r--r-- | libjava/testsuite/libjava.compile/PR20418.xfail | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR20418.java b/libjava/testsuite/libjava.compile/PR20418.java new file mode 100644 index 00000000000..003f3cd85fb --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.java @@ -0,0 +1,7 @@ +public class PR20418 +{ + public static void main( String[] args) + { + java.io.File = new java.io.File( "junk"); + } +} diff --git a/libjava/testsuite/libjava.compile/PR20418.xfail b/libjava/testsuite/libjava.compile/PR20418.xfail new file mode 100644 index 00000000000..e3b083b1fa5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR20418.xfail @@ -0,0 +1 @@ +shouldfail |

