diff --git a/test/integration/factory.cc b/test/integration/factory.cc index 2361b01..5183379 100644 --- a/test/integration/factory.cc +++ b/test/integration/factory.cc @@ -115,7 +115,7 @@ TEST(Factory, Alias) EXPECT_FALSE(symbolName.empty()); - for (const std::string &alias : { + for (auto alias : { symbolName.c_str(), "test::util::SomeObjectAddTwo", "This factory has an alias",