aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/ShowExtraction.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/ShowExtraction.v')
-rw-r--r--test-suite/success/ShowExtraction.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/ShowExtraction.v b/test-suite/success/ShowExtraction.v
index e34c240c5..a4a35003d 100644
--- a/test-suite/success/ShowExtraction.v
+++ b/test-suite/success/ShowExtraction.v
@@ -12,7 +12,7 @@ Fail Show Extraction.
Lemma decListA : forall (xs ys : list A), {xs=ys}+{xs<>ys}.
Proof.
Show Extraction.
-fix 1.
+fix decListA 1.
destruct xs as [|x xs], ys as [|y ys].
Show Extraction.
- now left.