diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR127.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR127.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libjava/testsuite/libjava.compile/PR127.java b/libjava/testsuite/libjava.compile/PR127.java deleted file mode 100644 index 6a2e699a46b..00000000000 --- a/libjava/testsuite/libjava.compile/PR127.java +++ /dev/null @@ -1,11 +0,0 @@ -// Test case for PR127: -// gcj dumps core on method invocation on a primitive type - -class PR127 -{ - void f() - { - int i; - i.f(); - } -} |