Skip to content

Commit ee3c88b

Browse files
authored
rename test/bigint.jl to test/gmp.jl (JuliaLang#31992)
For consistency with base/gmp.jl and test/mpfr.jl.
1 parent 38be538 commit ee3c88b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/choosetests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function choosetests(choices = [])
4040
"arrayops", "tuple", "reduce", "reducedim", "abstractarray",
4141
"intfuncs", "simdloop", "vecelement", "rational",
4242
"bitarray", "copy", "math", "fastmath", "functional", "iterators",
43-
"operators", "path", "ccall", "parse", "loading", "bigint",
43+
"operators", "path", "ccall", "parse", "loading", "gmp",
4444
"sorting", "spawn", "backtrace", "exceptions",
4545
"file", "read", "version", "namedtuple",
4646
"mpfr", "broadcast", "complex",

test/bigint.jl test/gmp.jl

File renamed without changes.

0 commit comments

Comments
 (0)