diff options
author | David Robillard <d@drobilla.net> | 2020-03-15 21:33:14 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-15 23:31:52 +0100 |
commit | d057cf148390f27468ed0d8c5d34a55d599d0c87 (patch) | |
tree | d6dae68b3c21001ebe1061374d271af12b77188b /test | |
parent | 18fdb8bfbd9447d64e23db267c767491a9422796 (diff) | |
download | pugl-d057cf148390f27468ed0d8c5d34a55d599d0c87.tar.gz pugl-d057cf148390f27468ed0d8c5d34a55d599d0c87.tar.bz2 pugl-d057cf148390f27468ed0d8c5d34a55d599d0c87.zip |
Cleanup: Fix stale comment
Diffstat (limited to 'test')
-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 |