Test for PR gcj/164:

* libjava.compile/PR164.xfail: New file.
	* libjava.compile/PR164.java: New file.

From-SVN: r32374
This commit is contained in:
Tom Tromey 2000-03-07 00:49:18 +00:00 committed by Tom Tromey
parent 8d00f6171a
commit 1c30539d66
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-03-06 Tom Tromey <tromey@cygnus.com>
Test for PR gcj/164:
* libjava.compile/PR164.xfail: New file.
* libjava.compile/PR164.java: New file.
2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/PR127.java: New file.

View File

@ -0,0 +1,6 @@
// Test from PR 164.
class PR164
{
volatile final int foo = 8;
}

View File

@ -0,0 +1 @@
shouldfail