Skip to content

Commit

Permalink
[ROSTESTS] Braces
Browse files Browse the repository at this point in the history
  • Loading branch information
julenuri committed Jun 18, 2024
1 parent a617ffe commit 855084b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rostests/apitests/kernel32/Pipes.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ PipeReader(
dwLastError = GetLastError();

if(dReadBufferSize == MINBUFFERSIZE)
{
ok(!Success, "Pipe's ReadFile returned TRUE, instead of expected FALSE\n");
}
else
{
ok(Success, "Pipe's ReadFile returned FALSE, instead of expected TRUE\n");
Expand Down

0 comments on commit 855084b

Please sign in to comment.