diff options
| author | dreamedge <[email protected]> | 2014-07-09 05:29:20 +0900 |
|---|---|---|
| committer | dreamedge <[email protected]> | 2014-07-09 05:29:20 +0900 |
| commit | 78f5f98710ba19745defd2a36e7a50649c88006e (patch) | |
| tree | 98e3c705c1a62f99c9d4d68abfba2e97474060c3 | |
| parent | 7e689e8680fec8f644344e110af11fa658c9f189 (diff) | |
| download | mruby-78f5f98710ba19745defd2a36e7a50649c88006e.tar.gz mruby-78f5f98710ba19745defd2a36e7a50649c88006e.zip | |
delete debug messages
| -rw-r--r-- | test/io.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/io.rb b/test/io.rb index b4110044b..cbe3cd2b0 100644 --- a/test/io.rb +++ b/test/io.rb @@ -1,8 +1,6 @@ ## # IO Test -print "test start\n" - assert('IO TEST SETUP') do MRubyIOTestUtil.io_test_setup end |
