re PR java/20312 (No warning on bad method)
* testsuite/libjava.compile/PR20312.java: New file. * testsuite/libjava.compile/PR20312.xfail: Likewise. * testsuite/libjava.jacks/jacks.xfail: Remove 9.2-implicit-15. From-SVN: r96252
This commit is contained in:
parent
2743ba1c48
commit
ca1593fda4
4 changed files with 15 additions and 1 deletions
8
libjava/testsuite/libjava.compile/PR20312.java
Normal file
8
libjava/testsuite/libjava.compile/PR20312.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* Can't throw what the overridden method doesn't. */
|
||||
public class PR20312
|
||||
{
|
||||
public String toString( ) throws java.io.IOException
|
||||
{
|
||||
return "SNAFU";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue