From 3d92897a944fef8f201b3ced837156b50c415106 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 20 Oct 2008 11:11:59 +0000 Subject: more test/srg to examples/test/srg --- test/srg/cyclic-empty-prod/cyclic-empty-prod.gf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/srg/cyclic-empty-prod/cyclic-empty-prod.gf (limited to 'test/srg/cyclic-empty-prod') diff --git a/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf b/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf deleted file mode 100644 index fc87b893f..000000000 --- a/test/srg/cyclic-empty-prod/cyclic-empty-prod.gf +++ /dev/null @@ -1,9 +0,0 @@ -cat S; E; - -fun s : S ; -fun es : E -> S -> S ; -fun e : E ; - -lin s = { s = "s" } ; -lin es e s = { s = e.s ++ s.s } ; -lin e = { s = [] } ; -- cgit v1.2.3