diff options
Diffstat (limited to 'test-chill/test-cases/chill/test_peel.py')
-rw-r--r-- | test-chill/test-cases/chill/test_peel.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test-chill/test-cases/chill/test_peel.py b/test-chill/test-cases/chill/test_peel.py deleted file mode 100644 index bb6c583..0000000 --- a/test-chill/test-cases/chill/test_peel.py +++ /dev/null @@ -1,10 +0,0 @@ -from chill import * - -source('mm.c') -procedure('mm') -#format: rose -loop(0) - -known(['ambn > 4', 'an > 0', 'bm > 0']) -peel(1,3,4) -print_code() |