mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +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);
|
||||
|
||||
/* 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 */
|
||||
ok_hex(CurrentResolution, CurrentResolution2);
|
||||
|
|
Loading…
Reference in a new issue