[ROSTESTS]

Add a newline.

svn path=/trunk/; revision=59789
This commit is contained in:
Hermès Bélusca-Maïto 2013-08-21 11:14:22 +00:00
parent 19906a0907
commit 7b25683467

View file

@ -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);