aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/2814.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/2814.v b/test-suite/bugs/opened/2814.v
index d8f6b906a1..a740b4384d 100644
--- a/test-suite/bugs/opened/2814.v
+++ b/test-suite/bugs/opened/2814.v
@@ -2,4 +2,4 @@ Require Import Program.
Goal forall (x : Type) (f g : Type -> Type) (H : f x ~= g x), False.
intros.
- induction H.
+ Fail induction H.