This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Tests / IntegerTest.java
diff --git a/Robust/src/Tests/IntegerTest.java b/Robust/src/Tests/IntegerTest.java
deleted file mode 100644 (file)
index 2f3dda5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-public class IntegerTest {
-    public static void main(String[] str) {
-       Integer i=new Integer("312");
-       System.printString(i.toString());
-       System.printString("\n");
-       System.printInt(Integer.parseInt("-34"));
-       System.printString("\n");
-    }
-
-
-}