Skip to content

Commit

Permalink
Fix copypasta.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 23, 2016
1 parent 9bbcd84 commit b766ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/ruby/library/bigmath/log_spec.rb
@@ -1,10 +1,10 @@
require File.expand_path('../../../spec_helper', __FILE__)
require 'bigdecimal'

describe "BigDecimal#abs" do
describe "BigDecimal#log" do
it "handles high-precision Rational arguments" do
result = BigDecimal('0.22314354220170971436137296411949880462556361100856391620766259404746040597133837784E0')
r = Rational(1_234_567_890, 987_654_321)
BigMath.log(r, 50).should == result
end
end
end
2 changes: 1 addition & 1 deletion spec/truffle/tags/library/bigmath/log_tags.txt
@@ -1 +1 @@
fails:BigDecimal#abs handles high-precision Rational arguments
fails:BigDecimal#log handles high-precision Rational arguments

0 comments on commit b766ce8

Please sign in to comment.