diff options
Diffstat (limited to 'tests/test-clock.cpp')
-rw-r--r-- | tests/test-clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-clock.cpp b/tests/test-clock.cpp index c1d91da..44f9be0 100644 --- a/tests/test-clock.cpp +++ b/tests/test-clock.cpp @@ -179,7 +179,7 @@ TEST_F(ClockFixture, SysPowerStateChange) clock->minute_changed.connect([&minute_changed]() { minute_changed = true; }); - + // control test -- minute_changed shouldn't get triggered // when the clock is silently changed gboolean is_owned = false; |