aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_context.rb')
-rw-r--r--test/irb/test_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 075db35d2b..693ebbeaea 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -34,7 +34,7 @@ module TestIRB
def setup
IRB.init_config(nil)
- IRB.conf[:USE_READLINE] = false
+ IRB.conf[:USE_SINGLELINE] = false
IRB.conf[:VERBOSE] = false
workspace = IRB::WorkSpace.new(Object.new)
@context = IRB::Context.new(nil, workspace, TestInputMethod.new)