diff options
Diffstat (limited to 'test-suite/success/polymorphism.v')
| -rw-r--r-- | test-suite/success/polymorphism.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/polymorphism.v b/test-suite/success/polymorphism.v index fd299b43ad..9167c9fcbf 100644 --- a/test-suite/success/polymorphism.v +++ b/test-suite/success/polymorphism.v @@ -250,7 +250,7 @@ Fail Check fun A : Type => foo A. Check fun A : Prop => foo A. Fail Definition bar := fun A : Set => foo A. -Check (let A := Type in foo (id A)). +Fail Check (let A := Type in foo (id A)). Definition fooS (A : Set) := A. |
