chore(tests/lean/inductive_sorry): remove test
This commit is contained in:
parent
cddf5f081d
commit
16392fda7d
2 changed files with 0 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
inductive foo (A : sorry → ℕ)
|
||||
| mk : foo
|
||||
|
||||
inductive foo : sorry → ℕ
|
||||
| mk : foo 0
|
||||
|
||||
inductive foo
|
||||
| mk : sorry → foo
|
||||
|
||||
structure foo (A : sorry → ℕ) := (x : ℕ)
|
||||
|
||||
structure foo : Type := (x : bool → sorry)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
inductive_sorry.lean:1:0: error: type of parameter 'A' contains 'sorry'
|
||||
inductive_sorry.lean:4:0: error: type of parameter 'foo' contains 'sorry'
|
||||
inductive_sorry.lean:7:0: error: constructor 'foo.mk' contains 'sorry'
|
||||
inductive_sorry.lean:10:0: error: type of parameter 'A' contains 'sorry'
|
||||
inductive_sorry.lean:12:0: error: field 'x' contains 'sorry'
|
||||
Loading…
Add table
Reference in a new issue