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 4622462..bc65fa5 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2000-02-12  Anthony Green  <green@cygnus.com>
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.
+  */
+}
+