diff options
-rw-r--r-- | test-suite/bugs/closed/shouldfail/2846.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/shouldfail/2846.v b/test-suite/bugs/closed/shouldfail/2846.v index 2769b4d31..8d6d348a2 100644 --- a/test-suite/bugs/closed/shouldfail/2846.v +++ b/test-suite/bugs/closed/shouldfail/2846.v @@ -1,3 +1,3 @@ Variable R : Type. -Inductive I : R := c : R. +Fail Inductive I : R := c : R. |