Fix a test build error

This commit is contained in:
Denis Blank 2017-11-01 23:33:26 +01:00
parent 3139325440
commit 1c0c17f699
2 changed files with 2 additions and 1 deletions

1
doc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
doxygen/

View File

@ -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);