FileIO.jl
FileIO.jl copied to clipboard
Preemptively fix tests that are about to break
Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged.
The error message for MethodError currently applies to both calls to functions and invoke()
, but did not specify which the error came from. Fixing this will break some tests, hence this PR.