Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Apr 8, 2012
1 parent f16ea27 commit 9b08886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pretty_print_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def assert_syntax_ok str
tmp.write str
tmp.flush
is_ok = `ruby -c #{tmp.path} 2>&1`
is_ok.must_match /^Syntax OK/
is_ok.must_match(/^Syntax OK/)
end

describe "for the Regress module" do
Expand Down

0 comments on commit 9b08886

Please sign in to comment.