diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-06 06:05:02 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-06 06:05:02 +0000 |
| commit | f8d843fd2553f6eac764642b53b72b5007b953e7 (patch) | |
| tree | 19de468a694727520b908ff8c4516955d02b5352 /libjava/testsuite/libjava.compile/PR124.java | |
| parent | 5e2624d8541a5f5400f8c04ee25df093a8d30114 (diff) | |
| download | ppe42-gcc-f8d843fd2553f6eac764642b53b72b5007b953e7.tar.gz ppe42-gcc-f8d843fd2553f6eac764642b53b72b5007b953e7.zip | |
* lib/libjava.exp (test_libjava): Document `shouldfail' token.
(test_libjava_from_source): Handle `shouldfail' case.
(test_libjava_from_javac): Likewise.
Test for PR libgcj/124:
* libjava.compile/PR124.java: New file.
* libjava.compile/PR124.xfail: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR124.java')
| -rw-r--r-- | libjava/testsuite/libjava.compile/PR124.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR124.java b/libjava/testsuite/libjava.compile/PR124.java new file mode 100644 index 00000000000..2ec1fe9ea01 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR124.java @@ -0,0 +1,9 @@ +import java.lang.reflect.*; + +public class PR124 +{ + public static void main (String[] args) + { + System.out.println (new InvocationTargetException ()); + } +} |

