summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/931.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/931.v')
-rw-r--r--test-suite/bugs/closed/931.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/931.v b/test-suite/bugs/closed/931.v
index e86b3be6..ea3347a8 100644
--- a/test-suite/bugs/closed/931.v
+++ b/test-suite/bugs/closed/931.v
@@ -2,6 +2,6 @@ Parameter P : forall n : nat, n=n -> Prop.
Goal Prop.
refine (P _ _).
- 2:instantiate (1:=0).
+ instantiate (1:=0).
trivial.
Qed.