Skip to content

Commit

Permalink
update wayward test.
Browse files Browse the repository at this point in the history
Rubinius is still failing some tests.
  • Loading branch information
olbrich committed Apr 30, 2011
1 parent 5c54b80 commit 89d1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ruby-units.rb
Expand Up @@ -927,7 +927,7 @@ def test_complex
def test_atan2
assert_equal Math.atan2('1 mm'.unit,'1 mm'.unit), Math.atan2(1,1)
assert_raises(ArgumentError) {Math.atan2('1 mm'.unit, '1 lb'.unit)}
assert_raises(ArgumentError) {Math.atan2('1 mm'.unit, 1)}
assert_raises(RuntimeError) {Math.atan2('1 mm'.unit, 1)}
end

def test_rational_units
Expand Down

0 comments on commit 89d1e86

Please sign in to comment.