Patch: pr 164 test
Tom Tromey
tromey@cygnus.com
Mon Mar 6 16:49:00 GMT 2000
I'm checking in this test, which is from PR 164.
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.
Tom
Index: libjava.compile/PR164.java
===================================================================
RCS file: PR164.java
diff -N PR164.java
--- /dev/null Tue May 5 13:32:27 1998
+++ PR164.java Mon Mar 6 16:47:54 2000
@@ -0,0 +1,6 @@
+// Test from PR 164.
+
+class PR164
+{
+ volatile final int foo = 8;
+}
Index: libjava.compile/PR164.xfail
===================================================================
RCS file: PR164.xfail
diff -N PR164.xfail
--- /dev/null Tue May 5 13:32:27 1998
+++ PR164.xfail Mon Mar 6 16:47:54 2000
@@ -0,0 +1 @@
+shouldfail
More information about the Java-patches
mailing list