mirror of
https://github.com/Naios/continuable.git
synced 2025-12-11 22:19:54 +08:00
Fix the async completion test after bf4335d60.
This commit is contained in:
parent
8d851d6d42
commit
22d7404970
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user