mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
Fix a test build error
This commit is contained in:
parent
3139325440
commit
1c0c17f699
1
doc/.gitignore
vendored
Normal file
1
doc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
doxygen/
|
||||
@ -61,7 +61,7 @@ TYPED_TEST(single_dimension_tests, are_convertible_to_futures) {
|
||||
// ...
|
||||
return canary;
|
||||
})
|
||||
.apply(cti::futurize());
|
||||
.apply(cti::transforms::futurize());
|
||||
|
||||
ASSERT_TRUE(is_ready(future));
|
||||
EXPECT_EQ(future.get(), canary);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user