diff --git a/test/choosetests.jl b/test/choosetests.jl index 93378a14840e2..86f4464dad412 100644 --- a/test/choosetests.jl +++ b/test/choosetests.jl @@ -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", diff --git a/test/bigint.jl b/test/gmp.jl similarity index 100% rename from test/bigint.jl rename to test/gmp.jl