diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-17 21:18:50 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-17 21:18:50 -0700 |
commit | fb01d48ff535d34773e57c2e779455fe0edb2007 (patch) | |
tree | 5a01348fb4fc6ba7597b9c9e17dd87adc0e1ffc8 /tests | |
parent | bc4f9afa3e19fc7f7b9fd642bf6bf170b319f5f7 (diff) |
Adding the Async event, and tweaking the others a bit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-Tasks.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc index 9f07dda..2760e52 100644 --- a/tests/test-Tasks.cc +++ b/tests/test-Tasks.cc @@ -38,6 +38,7 @@ void MainTask::Do() { Assert(!taskEvt.gotSignal()); yield(); Assert(taskEvt.gotSignal()); + taskEvt.ack(); Events::Timeout timeout(0.1); waitFor(&timeout); |