X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Robust%2FJavaGrammar%2Ftests%2FEric15.java;fp=Robust%2FJavaGrammar%2Ftests%2FEric15.java;h=0000000000000000000000000000000000000000;hb=refs%2Ftags%2Fbuildscript;hp=b7cb8e3900cf6efae23fcc6a2a1024bb8e61f859;hpb=d10ef53954b37b62a281cc4e79aef7a4be2af98a;p=IRC.git diff --git a/Robust/JavaGrammar/tests/Eric15.java b/Robust/JavaGrammar/tests/Eric15.java deleted file mode 100644 index b7cb8e39..00000000 --- a/Robust/JavaGrammar/tests/Eric15.java +++ /dev/null @@ -1,7 +0,0 @@ -/** Some valid java code from Eric Blake. This should compile - * with any JSR-14 javac, as well as parse correctly (no syntax errors) - * using the java15.cup grammar in this package. */ -class Eric15 { - class B { } - Eric15.B c; -}