Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/edit.c:
}
}
+static void test_format_rect(void) +{
- HWND edit;
- RECT rect, expected_rect;
- int size_flag = -2;
- struct state_tests
You can delete state_tests. The type is not used anywhere.