Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Oct 23, 2023
1 parent 8b3cbb6 commit c055dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ExecutionTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ let fname = tempname()
end
s = read(fname, String)
try
@test occursin(r"[0-9.]+ \w*s \([0-9]* allocations?: [0-9]+ bytes\)", s)
@test occursin(r"[0-9.]+ \w*s \(minimum time; [0-9]* allocations\)", s)
catch
println(stderr, "@btime output didn't match ", repr(s))
rethrow()
Expand Down

0 comments on commit c055dca

Please sign in to comment.