Fix the async completion test after bf4335d60.

This commit is contained in:
Denis Blank 2017-03-04 13:46:27 +01:00
parent 8d851d6d42
commit 22d7404970

View File

@ -50,7 +50,7 @@ template <typename C> void expect_async_completion(C&& continuable) {
// Workaround for our known GCC bug.
util::unused(std::forward<decltype(args)>(args)...);
});
EXPECT_TRUE(called);
EXPECT_TRUE(*called);
}
template <typename C> void expect_async_incomplete(C&& continuable) {