diff --git a/test/ExecutionTests.jl b/test/ExecutionTests.jl index 235794ff..b296a64c 100644 --- a/test/ExecutionTests.jl +++ b/test/ExecutionTests.jl @@ -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()