summaryrefslogtreecommitdiff
path: root/verify-chill/test_known_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'verify-chill/test_known_2.py')
-rw-r--r--verify-chill/test_known_2.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/verify-chill/test_known_2.py b/verify-chill/test_known_2.py
deleted file mode 100644
index 5b16325..0000000
--- a/verify-chill/test_known_2.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from chill import *
-
-source('mm.c')
-procedure('mm')
-#format: rose
-loop(0)
-
-known(['ambn > 0', 'an > 0', 'bm > 0'])
-print_code()