| author | |
| committer | |
| log | 782043e2e66ab5833cb20dc6e787b87eb84165f8 |
| tree | 1e58635ac98bb1c4f600cbb7a785cb877dd83f90 |
| parent | dde7eb45c51dd96242a6b028eb1912ee6ffa2c55 |
Tracking Issue #1318 ;1 files changed, 1 insertions(+), 1 deletions(-)
std/os/windows/util.zig+1-1| ... | ... | @@ -166,7 +166,7 @@ pub fn windowsUnloadDll(hModule: windows.HMODULE) void { |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | 168 | test "InvalidDll" { |
| 169 | if (builtin.os != builtin.Os.windows) return; | |
| 169 | if (builtin.os != builtin.Os.windows) return error.SkipZigTest; | |
| 170 | 170 | |
| 171 | 171 | const DllName = "asdf.dll"; |
| 172 | 172 | const allocator = std.debug.global_allocator; |