test/prime.rb in ruby-prof-0.11.2 vs test/prime.rb in ruby-prof-0.11.3

- old
+ new

@@ -49,7 +49,7 @@ # Find the primes primes = find_primes(random_array) # Find the largest primes - largest = find_largest(primes) + find_largest(primes) end