aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_show_hide.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_show_hide.c')
-rw-r--r--test/test_show_hide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_show_hide.c b/test/test_show_hide.c
index bfcb035..61f2bc6 100644
--- a/test/test_show_hide.c
+++ b/test/test_show_hide.c
@@ -113,7 +113,7 @@ main(int argc, char** argv)
}
// Show and hide window a couple of times
- for (unsigned i = 0u; i < 2u; ++i) {
+ for (unsigned i = 0U; i < 2U; ++i) {
assert(!puglShow(test.view));
while (test.state != EXPOSED) {
tick(test.world);