fix argument order
* test/ruby/test_parse.rb (test_void_expr_stmts_value): expected value comes first. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a87f0aa071
commit
62cdd6e64a
@ -742,7 +742,7 @@ x = __ENCODING__
|
||||
x = def o.foo; end
|
||||
END
|
||||
end
|
||||
assert_equal($stderr.string.lines.to_a.size, 14)
|
||||
assert_equal(14, $stderr.string.lines.to_a.size)
|
||||
$stderr = stderr
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user