diff options
-rw-r--r-- | test/irb/test_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_command.rb b/test/irb/test_command.rb index d6c8c534f9..5c65a72ee9 100644 --- a/test/irb/test_command.rb +++ b/test/irb/test_command.rb @@ -543,7 +543,7 @@ module TestIRB ) assert_empty err - assert_match(/\[#<TestIRB::Workspac...>, #<TestIRB::Workspac...>]\n/, out) + assert_match(/\[#<TestIRB::Workspac...>, #<TestIRB::Workspac...>\]\n/, out) end end |