You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Add missing linebreak to ok message in multiple patches.
This commit is contained in:
@@ -127,7 +127,7 @@ index 5cbab71..7a97ae5 100644
|
||||
+ invalid_handle_exceptions = 0;
|
||||
+ res = CloseHandle((HANDLE)0xdeadbeef);
|
||||
+ ok(!res, "CloseHandle(0xdeadbeef) unexpectedly succeeded\n");
|
||||
+ ok(GetLastError() == ERROR_INVALID_HANDLE, "wrong error code %d instead of %d",
|
||||
+ ok(GetLastError() == ERROR_INVALID_HANDLE, "wrong error code %d instead of %d\n",
|
||||
+ GetLastError(), ERROR_INVALID_HANDLE);
|
||||
+ ok(invalid_handle_exceptions == numexc, "CloseHandle generated %d exceptions, expected %d\n",
|
||||
+ invalid_handle_exceptions, numexc);
|
||||
|
Reference in New Issue
Block a user