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