Commit 3d8180a2 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shell32/tests: Compare instead of assign.

parent 59f8cd53
......@@ -335,7 +335,7 @@ static void test_setpos(void)
do_events_until(got_expected_bottom);
ok(windows[1].allocated_rect.bottom = expected_bottom, "windows[1]'s bottom is %i, expected %i\n", windows[1].allocated_rect.bottom, expected_bottom);
ok(windows[1].allocated_rect.bottom == expected_bottom, "windows[1]'s bottom is %i, expected %i\n", windows[1].allocated_rect.bottom, expected_bottom);
test_window_rects(1, 2);
......
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