Throw_2.java (main): Make a successful test produce some output.
2003-04-16 Andrew Haley <aph@redhat.com> * libjava.lang/Throw_2.java (main): Make a successful test produce some output. From-SVN: r65678
This commit is contained in:
committed by
Andrew Haley
parent
f9c1196aff
commit
5a30c9b7ab
@@ -34,6 +34,7 @@ public class Throw_2
|
||||
}
|
||||
catch (NullPointerException _)
|
||||
{
|
||||
System.out.println ("1");
|
||||
}
|
||||
catch (Throwable _)
|
||||
{
|
||||
@@ -48,6 +49,7 @@ public class Throw_2
|
||||
}
|
||||
catch (NullPointerException _)
|
||||
{
|
||||
System.out.println ("2");
|
||||
}
|
||||
catch (Throwable _)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user