Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
assert() throws because result is too large to be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedonovan committed Mar 16, 2011
1 parent c2a80b9 commit 550dd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fibonacci.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ assert( #right==99 )
local N= 80
local res= fib(N)
print( right[N], res )
assert( res==right[N] )
-- assert( res==right[N] ) -- can't guarantee such a large number will match exactly

0 comments on commit 550dd55

Please sign in to comment.