Skip to content

Commit e85ef58

Browse files
committed
Fix bug in test item migration
1 parent ad71187 commit e85ef58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_errparse.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# and that iteration functions are still correctly ordered.
33

44
@testitem "invalid jl file parsing" begin
5+
using CSTParser: to_codeobject
6+
using Tokenize: tokenize
7+
import Tokenize.Tokens: untokenize
8+
59
function trav(x, f=x -> nothing)
610
f(x)
711
for a in x

0 commit comments

Comments
 (0)