diff --git a/test/test_errparse.jl b/test/test_errparse.jl index e1b9b4e2..c48c37c9 100644 --- a/test/test_errparse.jl +++ b/test/test_errparse.jl @@ -2,6 +2,9 @@ # and that iteration functions are still correctly ordered. @testitem "invalid jl file parsing" begin + using CSTParser: to_codeobject + using Tokenize: tokenize + function trav(x, f=x -> nothing) f(x) for a in x