diff options
-rw-r--r-- | test/test_update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_update.c b/test/test_update.c index bbda94a..a84a990 100644 --- a/test/test_update.c +++ b/test/test_update.c @@ -15,8 +15,8 @@ */ /* - Tests that redisplays posted in the event handler are dispatched at the end - of the same event loop iteration. + Tests that update events are received and that the redisplays they trigger + happen immediately in the same event loop iteration. */ #undef NDEBUG |