Skip to content

Commit c951747

Browse files
authored
typo
1 parent 6e9b7d7 commit c951747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ end
242242
# test eachfactor iteration
243243
@test iterate(eachfactor(36)) == ((2, 2), (9, 3))
244244
@test iterate(eachfactor(7^2*5^3)) == ((5, 3), (49, 5))
245-
@test iterate(eachfactor(257) == ((257, 1), (1, 257))
245+
@test iterate(eachfactor(257)) == ((257, 1), (1, 257))
246246
@test iterate(eachfactor(nextprime(2^16))) == ((65537, 1), (1, 65537))
247247

248248
# Lucas-Lehmer

0 commit comments

Comments
 (0)