chore(tests/lean/interactive/sec_info_bug): remove 'context' command from test

This commit is contained in:
Leonardo de Moura 2015-04-21 19:52:01 -07:00
parent fe9f4dd95f
commit 8e9997e253

View file

@ -3,7 +3,7 @@ SYNC 10
import logic
constant category : Type -> Type
namespace category
context
section
parameters {ob : Type} {C : category ob}
variables {a b c d : ob}
definition hom : ob → ob → Type := let aux := C in sorry