summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2001.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/2001.v')
-rw-r--r--test-suite/bugs/closed/2001.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/2001.v b/test-suite/bugs/closed/2001.v
index d0b3bf17..652c6570 100644
--- a/test-suite/bugs/closed/2001.v
+++ b/test-suite/bugs/closed/2001.v
@@ -7,7 +7,7 @@ Inductive T : Set :=
| v : T.
Definition f (s:nat) (t:T) : nat.
-fix 2.
+fix f 2.
intros s t.
refine
match t with