From c055dca931a5e9c45eefb478f2b984596d1dc00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Mon, 23 Oct 2023 13:08:01 +0000 Subject: [PATCH] Update test --- test/ExecutionTests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()