D | CommandLineTest.cpp | 325 const char *args3[] = {"prog", "sc2", "-sc2"}; in TEST() local 326 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args3, nullptr, true)); in TEST() 355 const char *args3[] = {"prog", "sc2", "-everywhere"}; in TEST() local 372 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args3, nullptr, true)); in TEST()
|