chore(tests/lean/inductive_sorry): remove test

This commit is contained in:
Leonardo de Moura 2017-03-15 20:37:53 -07:00
parent cddf5f081d
commit 16392fda7d
2 changed files with 0 additions and 17 deletions

View file

@ -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)

View file

@ -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'