This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / JavaGrammar / tests / Eric15.java
diff --git a/Robust/JavaGrammar/tests/Eric15.java b/Robust/JavaGrammar/tests/Eric15.java
deleted file mode 100644 (file)
index b7cb8e3..0000000
+++ /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<T> {
-    class B<S> { }
-    Eric15<Integer>.B<Integer> c;
-}