test/continue_test.rb in byebug-1.8.2 vs test/continue_test.rb in byebug-2.0.0

- old
+ new

@@ -26,10 +26,10 @@ end it "must show error if specified line is not valid" do enter 'cont 123' debug_file 'continue' - check_output_includes "Line 123 is not a stopping point in file " \ - "\"#{fullpath('continue')}\"", interface.error_queue + check_error_includes \ + "Line 123 is not a stopping point in file \"#{fullpath('continue')}\"" end end end