New test code.

From-SVN: r31952
This commit is contained in:
Anthony Green 2000-02-12 23:43:51 +00:00 committed by Anthony Green
parent addcdfec59
commit 6ab17fd868
2 changed files with 11 additions and 0 deletions

View 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> 2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/assignment.java: New file. * libjava.compile/assignment.java: New file.

View file

@ -0,0 +1,7 @@
public class comment
{
/***
// This is supposed to be a comment.
*/
}