Hey, I had PR'd a GUID format for UEFI a while ago, and then recently something to make it not hit unreachable - but I had some @byteSwaps for LE because of slice formatting - which I shouldn't have anyways tbf, but I had thought I was testing with
zig test lib/std/std.zig --test-filter os.uefi. --zig-lib-dir lib
but even with like
test {
return error.Die;
}
in lib/std/os/uefi.zig, I still get "63 tests passed" - am I invoking the test command wrong?