summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-01-01 01:37:38 +0900
committeraycabta <aycabta@gmail.com>2020-01-01 01:38:37 +0900
commit66e6055c11be92a1227f2748b3343d408571c70a (patch)
treec621b788b8c0a74210709df27704397d1e50e846 /test
parent287bfb69d25c3bedde38abd801c6b9b9a984aa12 (diff)
[ruby/irb] Fix lib name of OpenStruct
https://github.com/ruby/irb/commit/1f3a84ab6b
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_ruby_lex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb
index 3490db4431..51ae5e4b47 100644
--- a/test/irb/test_ruby_lex.rb
+++ b/test/irb/test_ruby_lex.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require 'openstruct'
+require 'ostruct'
module TestIRB
class TestRubyLex < Test::Unit::TestCase