summaryrefslogtreecommitdiff
path: root/test-suite/failure/evarclear1.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/evarclear1.v')
-rw-r--r--test-suite/failure/evarclear1.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/evarclear1.v b/test-suite/failure/evarclear1.v
index 2e9fa0f3..60adadef 100644
--- a/test-suite/failure/evarclear1.v
+++ b/test-suite/failure/evarclear1.v
@@ -6,5 +6,5 @@ eexists.
unfold z.
clear y z.
(* should fail because the evar should no longer be allowed to depend on z *)
-instantiate (1:=z).
+Fail instantiate (1:=z).