summaryrefslogtreecommitdiff
path: root/test/fiber/test_io.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-23 16:43:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-23 16:44:57 +0900
commitd48c92aa04ffd3a1cecef599eaa5e4409aab2fe4 (patch)
tree3def7248473b54d9869031b5812509a12e61f484 /test/fiber/test_io.rb
parent0b2fc4cf379dec82290c5bc9cc71ce8dc4e4f28b (diff)
Rename TestScheduler* to TestFiber for convention of the test directory
Diffstat (limited to 'test/fiber/test_io.rb')
-rw-r--r--test/fiber/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiber/test_io.rb b/test/fiber/test_io.rb
index ef46d1ac2c..e7f06f7429 100644
--- a/test/fiber/test_io.rb
+++ b/test/fiber/test_io.rb
@@ -2,7 +2,7 @@
require 'test/unit'
require_relative 'scheduler'
-class TestSchedulerIO < Test::Unit::TestCase
+class TestFiberIO < Test::Unit::TestCase
MESSAGE = "Hello World"
def test_read