summaryrefslogtreecommitdiff
path: root/test-suite/success/If.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/If.v')
-rw-r--r--test-suite/success/If.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/success/If.v b/test-suite/success/If.v
deleted file mode 100644
index b7f06dcf..00000000
--- a/test-suite/success/If.v
+++ /dev/null
@@ -1,7 +0,0 @@
-(* Check correct use of if-then-else predicate annotation (cf bug 690) *)
-
-Check fun b : bool =>
- if b as b0 return (if b0 then b0 = true else b0 = false)
- then refl_equal true
- else refl_equal false.
-