diff options
| author | krasimir <krasimir@chalmers.se> | 2009-05-20 12:39:32 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-05-20 12:39:32 +0000 |
| commit | 878ad278b5c6a5f168c6588d154e4dd4ce3fe862 (patch) | |
| tree | 0723845b270f566ed67082ebcaf74beda3165ad0 /testsuite/srg/cyclic-empty-prod | |
| parent | 0b2e0934161ebce30bc6baf4e49fac184e3f0d22 (diff) | |
remove the obsolete testsuite/srg directory
Diffstat (limited to 'testsuite/srg/cyclic-empty-prod')
| -rw-r--r-- | testsuite/srg/cyclic-empty-prod/cyclic-empty-prod.gf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/srg/cyclic-empty-prod/cyclic-empty-prod.gf b/testsuite/srg/cyclic-empty-prod/cyclic-empty-prod.gf deleted file mode 100644 index fc87b893f..000000000 --- a/testsuite/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 = [] } ; |
