diff options
| author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-05 15:04:40 +0000 |
|---|---|---|
| committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-05 15:04:40 +0000 |
| commit | f897153dd6b9165636e3f862bd75e133b20a43e0 (patch) | |
| tree | 36d6b74a9e69d98ef31784f21984a99ed92a7853 /libjava/testsuite/libjava.compile/PR23431_2.java | |
| parent | 4b91b82dfd92da5564ef88e1e7f72508e5c73e07 (diff) | |
| download | ppe42-gcc-f897153dd6b9165636e3f862bd75e133b20a43e0.tar.gz ppe42-gcc-f897153dd6b9165636e3f862bd75e133b20a43e0.zip | |
Testsuite changes for PR java/23431.
* testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
8.4.6.2-hiding-5.
* testsuite/libjava.compile/PR23431_1.java: New testcase.
* testsuite/libjava.compile/PR23431_2.java: Likewise.
* testsuite/libjava.compile/PR23431_1.xfail: New file.
* testsuite/libjava.compile/PR23431_2.xfail: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103910 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR23431_2.java')
| -rw-r--r-- | libjava/testsuite/libjava.compile/PR23431_2.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR23431_2.java b/libjava/testsuite/libjava.compile/PR23431_2.java new file mode 100644 index 00000000000..3f696ff7402 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR23431_2.java @@ -0,0 +1,9 @@ +interface Foo +{ + public void bar( ); +} + +class PR23431_2 implements Foo +{ + private void bar( ) { } +} |

