mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
[ROSTESTS]
Add a newline. svn path=/trunk/; revision=59789
This commit is contained in:
parent
19906a0907
commit
7b25683467
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ START_TEST(TimerResolution)
|
||||||
ok_hex(Status, STATUS_SUCCESS);
|
ok_hex(Status, STATUS_SUCCESS);
|
||||||
|
|
||||||
/* The MinimumResolution should be higher than the MaximumResolution */
|
/* The MinimumResolution should be higher than the MaximumResolution */
|
||||||
ok(MinimumResolution >= MaximumResolution, "MaximumResolution higher than MinimumResolution!");
|
ok(MinimumResolution >= MaximumResolution, "MaximumResolution higher than MinimumResolution!\n");
|
||||||
|
|
||||||
/* These two values should be the same */
|
/* These two values should be the same */
|
||||||
ok_hex(CurrentResolution, CurrentResolution2);
|
ok_hex(CurrentResolution, CurrentResolution2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue