From fb01d48ff535d34773e57c2e779455fe0edb2007 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 17 Oct 2011 21:18:50 -0700 Subject: Adding the Async event, and tweaking the others a bit. --- tests/test-Tasks.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-Tasks.cc') 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); -- cgit v1.2.3