diff options
Diffstat (limited to 'test-suite/bugs/opened/3554.v')
| -rw-r--r-- | test-suite/bugs/opened/3554.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3554.v b/test-suite/bugs/opened/3554.v index 13a79cc840..422c5770ea 100644 --- a/test-suite/bugs/opened/3554.v +++ b/test-suite/bugs/opened/3554.v @@ -1 +1 @@ -Example foo (f : forall {_ : Type}, Type) : Type. +Fail Example foo (f : forall {_ : Type}, Type) : Type. |
