mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Output log after loading class to test
This commit is contained in:
parent
548c8f5f7a
commit
0aca70e559
1 changed files with 1 additions and 1 deletions
|
@ -503,8 +503,8 @@ module BasetestReadline
|
|||
$stdout.sync = true
|
||||
require 'readline'
|
||||
require 'helper'
|
||||
puts "Readline::VERSION is \#{Readline::VERSION}."
|
||||
#{use}
|
||||
puts "Readline::VERSION is \#{Readline::VERSION}."
|
||||
Readline.input = STDIN
|
||||
# 0. Send SIGINT to this script.
|
||||
begin
|
||||
|
|
Loading…
Add table
Reference in a new issue