fix future_test
This commit is contained in:
parent
de53f16699
commit
6eedad6eee
@ -126,7 +126,7 @@ TEST_SUITE("future")
|
|||||||
return 1;
|
return 1;
|
||||||
});
|
});
|
||||||
f2.Wait();
|
f2.Wait();
|
||||||
CHECK_FALSE(f2.IsFailed());
|
CHECK(f2.IsFailed());
|
||||||
CHECK_EQ(std::string("test"), f2.FailureReason().what());
|
CHECK_EQ(std::string("test"), f2.FailureReason().what());
|
||||||
CHECK(f2.IsFailed());
|
CHECK(f2.IsFailed());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user