summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2584.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/2584.v')
-rw-r--r--test-suite/bugs/closed/2584.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/2584.v b/test-suite/bugs/closed/2584.v
index ef2e4e35..b5a723b4 100644
--- a/test-suite/bugs/closed/2584.v
+++ b/test-suite/bugs/closed/2584.v
@@ -8,7 +8,7 @@ Inductive res (A: Type) : Type :=
| OK: A -> res A
| Error: err -> res A.
-Implicit Arguments Error [A].
+Arguments Error [A].
Set Printing Universes.