Skip to content

Commit 12d837c

Browse files
authored
add test
1 parent 4dc4f10 commit 12d837c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ end
262262
@test ismersenneprime(8191)
263263
@test_throws ArgumentError ismersenneprime(9)
264264
@test_throws ArgumentError ismersenneprime(9, check=true)
265+
@test_throws ArgumentError ismersenneprime(17, check=true)
265266
# test the following does not throw
266267
ismersenneprime(9, check=false)
267268

0 commit comments

Comments
 (0)