Author: hbelusca Date: Wed Aug 21 11:14:22 2013 New Revision: 59789
URL: http://svn.reactos.org/svn/reactos?rev=59789&view=rev Log: [ROSTESTS] Add a newline.
Modified: trunk/rostests/apitests/ntdll/Timer.c
Modified: trunk/rostests/apitests/ntdll/Timer.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/Timer.c?rev... ============================================================================== --- trunk/rostests/apitests/ntdll/Timer.c [iso-8859-1] (original) +++ trunk/rostests/apitests/ntdll/Timer.c [iso-8859-1] Wed Aug 21 11:14:22 2013 @@ -43,7 +43,7 @@ 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);