We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cffe9 commit a31c123Copy full SHA for a31c123
homework/fibonacci/test.cpp
@@ -31,6 +31,4 @@ INSTANTIATE_TEST_SUITE_P(
31
std::make_tuple(10, 55),
32
std::make_tuple(13, 233),
33
std::make_tuple(17, 1597),
34
- std::make_tuple(20, 6765)
35
- )
36
-);
+ std::make_tuple(20, 6765)));
0 commit comments