diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-20 19:49:14 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-20 19:49:14 +0000 |
| commit | d4b9398e77e4c58779163b6800ec887753c88d53 (patch) | |
| tree | f8ae33dfeb29a7e8ce38444420a13f285a165d35 /libjava/testsuite/libjava.jni/throwit.out | |
| parent | 50fd6b48dca019bdefd2ec1f4caa93b42ce02574 (diff) | |
| download | ppe42-gcc-d4b9398e77e4c58779163b6800ec887753c88d53.tar.gz ppe42-gcc-d4b9398e77e4c58779163b6800ec887753c88d53.zip | |
* libjava.jni/throwit.out: Fixed output to be correct.
* libjava.jni/noclass.java (main): `find_it' throws an exception.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33291 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.jni/throwit.out')
| -rw-r--r-- | libjava/testsuite/libjava.jni/throwit.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/testsuite/libjava.jni/throwit.out b/libjava/testsuite/libjava.jni/throwit.out index 8c75e99fcbd..c50b7a9abbc 100644 --- a/libjava/testsuite/libjava.jni/throwit.out +++ b/libjava/testsuite/libjava.jni/throwit.out @@ -1,4 +1,4 @@ class java.lang.UnknownError -the word is zardoz -class java.lang.Throwable zardoz is the word +class java.lang.Throwable +the word is zardoz |

