aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/destruct.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/destruct.v')
-rw-r--r--test-suite/success/destruct.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/destruct.v b/test-suite/success/destruct.v
index 59d583fee..e5f1c6187 100644
--- a/test-suite/success/destruct.v
+++ b/test-suite/success/destruct.v
@@ -5,7 +5,7 @@ Axiom X : A -> B -> C /\ D.
Lemma foo : A -> B -> C.
Proof.
-intros.
+intros.
destruct X. (* Should find axiom X and should handle arguments of X *)
assumption.
assumption.