Skip to content

Commit

Permalink
Update test for JuliaLang#48103
Browse files Browse the repository at this point in the history
Not sure why CI wasn't failing but this fixes the test locally for me on nightly.
  • Loading branch information
Zentrik authored Oct 4, 2024
1 parent 1c5cd96 commit 0c984fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ if Sys.ARCH === :x86_64 || occursin(ix86, string(Sys.ARCH))

code_native(buf, linear_foo, ())
output = String(take!(buf))
@test occursin(rgx, output)
@test !occursin(rgx, output)

@testset "binary" begin
# check the RET instruction (opcode: C3)
Expand Down

0 comments on commit 0c984fa

Please sign in to comment.