We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7071e1 commit d4987a3Copy full SHA for d4987a3
stdlib/InteractiveUtils/test/runtests.jl
@@ -547,9 +547,9 @@ if Sys.ARCH === :x86_64 || occursin(ix86, string(Sys.ARCH))
547
output = replace(String(take!(buf)), r"#[^\r\n]+" => "")
548
@test !occursin(rgx, output)
549
550
- code_native(buf, linear_foo, ())
551
- output = String(take!(buf))
552
- @test occursin(rgx, output)
+ code_native(buf, linear_foo, (), debuginfo = :none)
+ output = replace(String(take!(buf)), r"#[^\r\n]+" => "")
+ @test !occursin(rgx, output)
553
554
@testset "binary" begin
555
# check the RET instruction (opcode: C3)
0 commit comments