From 5a6666db5502079d9800ae3d41b790646238078e Mon Sep 17 00:00:00 2001 From: mlugg Date: Fri, 24 Jan 2025 04:20:55 +0000 Subject: all: update for `panic.unwrapError` and `panic.call` signature changes --- test/src/Cases.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/src') diff --git a/test/src/Cases.zig b/test/src/Cases.zig index c49576b2f7..b57a476e89 100644 --- a/test/src/Cases.zig +++ b/test/src/Cases.zig @@ -358,7 +358,6 @@ pub fn addFromDir(ctx: *Cases, dir: std.fs.Dir, b: *std.Build) void { var current_file: []const u8 = "none"; ctx.addFromDirInner(dir, ¤t_file, b) catch |err| { std.debug.panicExtra( - @errorReturnTrace(), @returnAddress(), "test harness failed to process file '{s}': {s}\n", .{ current_file, @errorName(err) }, -- cgit v1.2.3