Module: wine Branch: master Commit: 87591917cef89aa21419877ea1f4c19122116ee5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=87591917cef89aa21419877ea1...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 26 13:01:24 2010 +0200
shell32/tests: Add a trailing '\n' to an ok() call.
---
dlls/shell32/tests/ebrowser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c index e98ced6..6f50b0a 100644 --- a/dlls/shell32/tests/ebrowser.c +++ b/dlls/shell32/tests/ebrowser.c @@ -962,7 +962,7 @@ static void test_Advise(void) ok(ebev.ref == 0, "Got %d\n", ebev.ref);
ref = IExplorerBrowser_Release(peb); - ok(!ref, "Got %d", ref); + ok(!ref, "Got %d\n", ref); }
/* Based on PathAddBackslashW from dlls/shlwapi/path.c */