chore(tests/lean/run/IO3): remove unnecessary 'open'

This commit is contained in:
Leonardo de Moura 2016-05-25 16:05:39 -07:00
parent 4b002e5bf0
commit d763ea1abf

View file

@ -1,5 +1,4 @@
import system.IO
open string
definition main : IO unit :=
do { l ← get_line,