New test code.
authorAnthony Green <green@cygnus.com>
Sat, 12 Feb 2000 23:43:51 +0000 (23:43 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sat, 12 Feb 2000 23:43:51 +0000 (23:43 +0000)
From-SVN: r31952

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/comment.java [new file with mode: 0644]

index 4622462fec319fca944134a35e7e1340bd9d7f7b..bc65fa518b090c03831fe69568a8fe7e1d4d7aec 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-12  Anthony Green  <green@cygnus.com>
+
+       * libjava.compile/comment.java: New file.
+
 2000-02-12  Anthony Green  <green@cygnus.com>
 
        * libjava.compile/assignment.java: New file.
diff --git a/libjava/testsuite/libjava.compile/comment.java b/libjava/testsuite/libjava.compile/comment.java
new file mode 100644 (file)
index 0000000..ebc5a97
--- /dev/null
@@ -0,0 +1,7 @@
+public class comment
+{
+  /***
+  // This is supposed to be a comment.
+  */
+}
+