Skip to content

Commit e83b2db

Browse files
authored
Fix test suite after Cthulhu.jl update. (#400)
1 parent 07737a7 commit e83b2db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/native.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ cread(io) = cread1(io) * cread1(io)
3535
@test contains(ASM, "julia_identity")
3636

3737
if test_interactive
38-
fake_terminal() do term, in, out
38+
fake_terminal() do term, in, out, err
3939
T = @async begin
40-
GPUCompiler.code_typed(job, interactive=true, interruptexc=false, terminal=term)
40+
GPUCompiler.code_typed(job, interactive=true, interruptexc=false, terminal=term, annotate_source=false)
4141
end
4242
lines = replace(cread(out), r"\e\[[0-9;]*[a-zA-Z]"=>"") # without ANSI escape codes
4343
@test contains(lines, "identity(x)")

0 commit comments

Comments
 (0)