From 8cc25de5e1c07fe93bba85c3792e5c4153066e5c Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 8 Apr 2014 01:42:49 -0400 Subject: Add appropriate Fail(s) to opened bugs The contract is that a file in bugs/opened should not raise errors if the bug is still open. Some of them fail for different reasons than they used to; I'm not sure what to do about these. --- test-suite/bugs/opened/HoTT_coq_084.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/bugs/opened/HoTT_coq_084.v') diff --git a/test-suite/bugs/opened/HoTT_coq_084.v b/test-suite/bugs/opened/HoTT_coq_084.v index d007e4e23..5568ec244 100644 --- a/test-suite/bugs/opened/HoTT_coq_084.v +++ b/test-suite/bugs/opened/HoTT_coq_084.v @@ -37,7 +37,7 @@ Module failure. Variable g : group. Variable comp : carrier g -> carrier g -> carrier g. - Check comp 1 1. + Fail Check comp 1 1. (* Toplevel input, characters 11-12: Error: In environment -- cgit v1.2.3