Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 20, 2018
1 parent e147123 commit d9f82eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/param_test_with_any_tests.cpp
Expand Up @@ -56,7 +56,7 @@ namespace workaround

IUTEST_AP(AnyParamTest2, Test)
{
const ::std::string value = GetParam<::std::string>();
const ::std::string value = GetParam< ::std::string >();
IUTEST_ASSERT_EQ("0", value);
}

Expand Down

0 comments on commit d9f82eb

Please sign in to comment.