aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_update.c b/test/test_update.c
index a84a990..ada3da8 100644
--- a/test/test_update.c
+++ b/test/test_update.c
@@ -107,7 +107,7 @@ main(int argc, char** argv)
assert(!puglShowWindow(app.view));
// Tick until an expose happens
- while (app.state <= EXPOSED1) {
+ while (app.state < EXPOSED1) {
assert(!puglUpdate(app.world, timeout));
assert(app.state != UPDATED);
}