Searched refs:cl_from_string (Results 1 – 1 of 1) sorted by relevance
173 CommandLine cl_from_string = CommandLine::FromString(L""); in TEST() local174 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty()); in TEST()175 EXPECT_TRUE(cl_from_string.GetProgram().empty()); in TEST()176 EXPECT_EQ(1U, cl_from_string.argv().size()); in TEST()177 EXPECT_TRUE(cl_from_string.GetArgs().empty()); in TEST()