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 2514ebc commit ddfdacfCopy full SHA for ddfdacf
test/test.cc
@@ -7563,8 +7563,8 @@ TEST(UniversalClientImplTest, Ipv6LiteralAddress) {
7563
}
7564
7565
TEST(FileSystemTest, FileAndDirExistenceCheck) {
7566
- auto file_path = "./www/dir/index.html";
7567
- auto dir_path = "./www/dir";
+ std::string file_path = "./www/dir/index.html";
+ std::string dir_path = "./www/dir";
7568
7569
EXPECT_TRUE(detail::is_file(file_path));
7570
EXPECT_FALSE(detail::is_dir(file_path));
0 commit comments