Commit 647c6e0d09

Andrew Kelley <andrew@ziglang.org>
2020-11-19 21:28:54
tfw you can't even disable a test without getting the logic wrong
1 parent cf819b9
Changed files (1)
lib/std/reset_event.zig
@@ -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;