From 6ab17fd868d66f66ecf6a62e0e7d453edf3f03f1 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 12 Feb 2000 23:43:51 +0000 Subject: [PATCH] New test code. From-SVN: r31952 --- libjava/testsuite/ChangeLog | 4 ++++ libjava/testsuite/libjava.compile/comment.java | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/comment.java diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog index 4622462fec3..bc65fa518b0 100644 --- a/libjava/testsuite/ChangeLog +++ b/libjava/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-02-12 Anthony Green + + * libjava.compile/comment.java: New file. + 2000-02-12 Anthony Green * 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 index 00000000000..ebc5a974de0 --- /dev/null +++ b/libjava/testsuite/libjava.compile/comment.java @@ -0,0 +1,7 @@ +public class comment +{ + /*** + // This is supposed to be a comment. + */ +} + -- 2.30.2