summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authordreamedge <[email protected]>2014-07-09 05:29:20 +0900
committerdreamedge <[email protected]>2014-07-09 05:29:20 +0900
commit78f5f98710ba19745defd2a36e7a50649c88006e (patch)
tree98e3c705c1a62f99c9d4d68abfba2e97474060c3 /test
parent7e689e8680fec8f644344e110af11fa658c9f189 (diff)
downloadmruby-78f5f98710ba19745defd2a36e7a50649c88006e.tar.gz
mruby-78f5f98710ba19745defd2a36e7a50649c88006e.zip
delete debug messages
Diffstat (limited to 'test')
-rw-r--r--test/io.rb2
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