| author | |
| committer | |
| log | 43806cf0bd786827367ed3c2680ffee2e9ad4ded |
| tree | 5c3b4f876c11332389b74da2141e62067ed5b4a1 |
| parent | b64535e3c8770db9bf314fc14d1b2b276b864f72 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
test/error_traces.zig+2| ... | @@ -431,9 +431,11 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { | ... | @@ -431,9 +431,11 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void { |
| 431 | \\ ^ | 431 | \\ ^ |
| 432 | , | 432 | , |
| 433 | .disable_trace_optimized = &.{ | 433 | .disable_trace_optimized = &.{ |
| 434 | .{ .x86_64, .freebsd }, | ||
| 434 | .{ .x86_64, .linux }, | 435 | .{ .x86_64, .linux }, |
| 435 | .{ .x86, .linux }, | 436 | .{ .x86, .linux }, |
| 436 | .{ .aarch64, .linux }, | 437 | .{ .aarch64, .linux }, |
| 438 | .{ .loongarch64, .linux }, | ||
| 437 | .{ .x86_64, .windows }, | 439 | .{ .x86_64, .windows }, |
| 438 | .{ .x86, .windows }, | 440 | .{ .x86, .windows }, |
| 439 | .{ .x86_64, .macos }, | 441 | .{ .x86_64, .macos }, |