From 04c6b5966dedb93ddccf9af5d2ff1a603c2e7c80 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 25 Jul 2023 15:01:18 +0200 Subject: [PATCH] Fix bug in test item migration --- test/test_errparse.jl | 3 +++ 1 file changed, 3 insertions(+) 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