Skip to content

Commit d7fbaed

Browse files
committed
Remove debug print
1 parent 9ec0304 commit d7fbaed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/reline/yamatanooroti/test_rendering.rb

-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ def each_top_level_statement
622622

623623
def test_update_cursor_correctly_when_just_cursor_moving
624624
start_terminal(5, 30, %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}, startup_message: 'Multiline REPL.')
625-
puts %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}.inspect
626625
write("def hoge\n 01234678")
627626
write("\C-p")
628627
write("\C-b")

0 commit comments

Comments
 (0)