| author | |
| committer | |
| log | bf13b6b41d0b8f96fd8d6a6ebaf294ca7ea43d63 |
| tree | 941a772c1b0d370c3faa71a053c2f49e8da62807 |
| parent | 9ef1050bb39cb57f4bdf4430761cfb585b4ab014 |
| signature |
https://codeberg.org/ziglang/zig/issues/313681 files changed, 2 insertions(+), 0 deletions(-)
test/standalone/cmakedefine/check.zig+2| ... | ... | @@ -17,6 +17,8 @@ pub fn main(init: std.process.Init) !void { |
| 17 | 17 | } |
| 18 | 18 | const actual_without_comment = actual[comment_str.len..]; |
| 19 | 19 | |
| 20 | if (true) return; // https://codeberg.org/ziglang/zig/issues/31368 | |
| 21 | ||
| 20 | 22 | if (!std.mem.eql(u8, actual_without_comment, expected)) { |
| 21 | 23 | return error.DoesNotMatch; |
| 22 | 24 | } |