Commit 223c431d authored by Austin English's avatar Austin English Committed by Alexandre Julliard

comctl32/tests: Make sure to use a return value (LLVM/Clang).

parent 4803f921
......@@ -369,6 +369,7 @@ static void test_status_control(void)
/* Set the Unicode format */
r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, FALSE, 0);
expect(FALSE,r);
r = SendMessage(hWndStatus, SB_GETUNICODEFORMAT, 0, 0);
expect(FALSE,r);
r = SendMessage(hWndStatus, SB_SETUNICODEFORMAT, TRUE, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment