remove more crud from test/ subdirectory
[sbp.git] / tests / loop.tc
diff --git a/tests/loop.tc b/tests/loop.tc
deleted file mode 100644 (file)
index d29cb2f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-testcase {
-    input "if (bar) if (bop) baz";
-    output "";
-
-    s             = Expr
-    Expr          = IfThen
-                  | IfThenElse
-                  | id:: [a-z]++
-    IfThen        = IfThen::
-                       "if" "(" Expr ")"
-                       Expr
-                           /ws
-    IfThenElse    = IfThenElse::
-                       "if" "(" Expr ")"
-                       ((thenelse:: Expr
-                        "else"
-                        Expr /ws)) /ws
-                           /ws
-    ws            = [\n ]**
-}
\ No newline at end of file