From: bdemsky Date: Fri, 28 Jul 2006 20:33:54 +0000 (+0000) Subject: remove while test case X-Git-Tag: preEdgeChange~869 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5286e69222d74a9a1eb0881896b43659d68f8c37;p=IRC.git remove while test case --- diff --git a/Robust/src/Tests/While.java b/Robust/src/Tests/While.java deleted file mode 100644 index 973b2740..00000000 --- a/Robust/src/Tests/While.java +++ /dev/null @@ -1,7 +0,0 @@ -public class While { - public static void main() { - while(true) { - i++; - } - } -}