summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/1981.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/1981.v')
-rw-r--r--test-suite/bugs/closed/1981.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/1981.v b/test-suite/bugs/closed/1981.v
index 99952682..a3d94293 100644
--- a/test-suite/bugs/closed/1981.v
+++ b/test-suite/bugs/closed/1981.v
@@ -1,4 +1,4 @@
-Implicit Arguments ex_intro [A].
+Arguments ex_intro [A].
Goal exists n : nat, True.
eapply ex_intro. exact 0. exact I.