diff options
| -rw-r--r-- | test-suite/bugs/closed/3329.v (renamed from test-suite/bugs/opened/3329.v) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3329.v b/test-suite/bugs/closed/3329.v index efe1abcd20..f7e368f8f4 100644 --- a/test-suite/bugs/opened/3329.v +++ b/test-suite/bugs/closed/3329.v @@ -70,7 +70,7 @@ Local Open Scope functor_scope. Context `{Funext}. Variable D : PreCategory. Set Printing Universes. -Fail Check hom_functor D o 1. +Check hom_functor D o 1. (* Toplevel input, characters 20-44: Error: Illegal application: The term "@set_cat" of type "(Funext -> PreCategory)%type" |
