mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
kernel32/tests: Remove a space before a '\n' in an ok() call.
This commit is contained in:
parent
91adaf623e
commit
287a5e25d2
@ -99,7 +99,7 @@ void test_define_dos_deviceA(void)
|
||||
|
||||
ret = DefineDosDeviceA(0, drivestr, buf);
|
||||
todo_wine
|
||||
ok(ret, "Could not make drive %s point to %s! \n", drivestr, buf);
|
||||
ok(ret, "Could not make drive %s point to %s!\n", drivestr, buf);
|
||||
|
||||
if (!ret) {
|
||||
skip("can't test removing fake drive\n");
|
||||
|
Loading…
Reference in New Issue
Block a user