| ... | @@ -166,7 +166,7 @@ pub fn windowsUnloadDll(hModule: windows.HMODULE) void { | ... | @@ -166,7 +166,7 @@ pub fn windowsUnloadDll(hModule: windows.HMODULE) void { |
| 166 | } | 166 | } |
| 167 | | 167 | |
| 168 | test "InvalidDll" { | 168 | test "InvalidDll" { |
| 169 | if (builtin.os != builtin.Os.windows) return; | 169 | if (builtin.os != builtin.Os.windows) return error.SkipZigTest; |
| 170 | | 170 | |
| 171 | const DllName = "asdf.dll"; | 171 | const DllName = "asdf.dll"; |
| 172 | const allocator = std.debug.global_allocator; | 172 | const allocator = std.debug.global_allocator; |