Commit e94c6dee by Tom Tromey Committed by Tom Tromey

* libjava.compile/BlankFinal.java: Removed; incorrect test.

From-SVN: r47739
parent 21cf0a73
2001-12-06 Tom Tromey <tromey@redhat.com>
* libjava.compile/BlankFinal.java: Removed; incorrect test.
2001-11-02 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* libjava.lang/TLtest.xfail: New file. Needs threads.
......
// Test to see if "blank final" variables work.
// From Mo DeJong <mdejong@cygnus.com>
public class BlankFinal {
static final boolean cond;
static {
try
{
cond = true;
}
catch(Exception e) {
// do nothing
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment