This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / JavaGrammar / tests / Escape.java
diff --git a/Robust/JavaGrammar/tests/Escape.java b/Robust/JavaGrammar/tests/Escape.java
deleted file mode 100644 (file)
index d84332e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-class Escape {
-    String s = "\477"; // this literal is valid, but..
-//  char c = '\477';   // this literal is invalid.
-}