From ee3c88b54f16c55db0ea100e3838a25f6a7e9b66 Mon Sep 17 00:00:00 2001 From: Rafael Fourquet Date: Fri, 15 Nov 2019 21:58:48 +0100 Subject: [PATCH] rename test/bigint.jl to test/gmp.jl (#31992) For consistency with base/gmp.jl and test/mpfr.jl. --- test/choosetests.jl | 2 +- test/{bigint.jl => gmp.jl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{bigint.jl => gmp.jl} (100%) 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