abstr.xfail: New file.
* libjava.compile/abstr.xfail: New file. * libjava.compile/abstr.java: New file. From-SVN: r36087
This commit is contained in:
parent
ccbc3eb78e
commit
b7fc330e44
3 changed files with 20 additions and 0 deletions
14
libjava/testsuite/libjava.compile/abstr.java
Normal file
14
libjava/testsuite/libjava.compile/abstr.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
// This fails to compile from bytecode for some versions of the compiler.
|
||||
|
||||
interface foo
|
||||
{
|
||||
public void start ();
|
||||
}
|
||||
|
||||
public abstract class abstr implements foo
|
||||
{
|
||||
public void doit ()
|
||||
{
|
||||
start ();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue