Skip to content

Commit

Permalink
rename test/bigint.jl to test/gmp.jl (JuliaLang#31992)
Browse files Browse the repository at this point in the history
For consistency with base/gmp.jl and test/mpfr.jl.
  • Loading branch information
rfourquet authored Nov 15, 2019
1 parent 38be538 commit ee3c88b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function choosetests(choices = [])
"arrayops", "tuple", "reduce", "reducedim", "abstractarray",
"intfuncs", "simdloop", "vecelement", "rational",
"bitarray", "copy", "math", "fastmath", "functional", "iterators",
"operators", "path", "ccall", "parse", "loading", "bigint",
"operators", "path", "ccall", "parse", "loading", "gmp",
"sorting", "spawn", "backtrace", "exceptions",
"file", "read", "version", "namedtuple",
"mpfr", "broadcast", "complex",
Expand Down
File renamed without changes.

0 comments on commit ee3c88b

Please sign in to comment.