tfw you can't even disable a test without getting the logic wrong

This commit is contained in:
Andrew Kelley
2020-11-19 13:28:54 -07:00
parent cf819b95fe
commit 647c6e0d09

View File

@@ -363,7 +363,7 @@ const AtomicEvent = struct {
};
test "ResetEvent" {
if (false) {
if (true) {
// I have now observed this fail on macOS, Windows, and Linux.
// https://github.com/ziglang/zig/issues/7009
return error.SkipZigTest;