Commit 28c231d6 by Bryce McKinlay Committed by Bryce McKinlay

Test for PR gcj/163:

2000-03-07  Bryce McKinlay  <bryce@albatross.co.nz>

        Test for PR gcj/163:
        * libjava.lang/PR163.java: New file.
        * libjava.lang/PR163.xfail: New file.

From-SVN: r32393
parent c7ce272a
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
Test for PR gcj/163:
* libjava.lang/PR163.java: New file.
* libjava.lang/PR163.xfail: New file.
2000-03-07 Tom Tromey <tromey@cygnus.com>
* lib/libjava.exp (test_libjava_from_javac): Removed hack for
......
// Test case for the PR gcj/163
// Uninitalized final variables should not be permitted.
class PR163
{
final int foo;
}
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