summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-17 21:18:50 -0700
committerPixel <pixel@nobis-crew.org>2011-10-17 21:18:50 -0700
commitfb01d48ff535d34773e57c2e779455fe0edb2007 (patch)
tree5a01348fb4fc6ba7597b9c9e17dd87adc0e1ffc8 /tests/test-Tasks.cc
parentbc4f9afa3e19fc7f7b9fd642bf6bf170b319f5f7 (diff)
Adding the Async event, and tweaking the others a bit.
Diffstat (limited to 'tests/test-Tasks.cc')
-rw-r--r--tests/test-Tasks.cc1
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);