Home
last modified time | relevance | path

Searched refs:second_framework (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data_unittest.cc87 const std::string second_framework("Bar.framework"); in TEST() local
90 shared.config_values().frameworks().push_back(second_framework); in TEST()
97 EXPECT_EQ(second_framework, shared_info.all_frameworks[0]); in TEST()
Dtarget_unittest.cc108 const std::string second_framework("Bar.framework"); in TEST_F() local
111 shared.config_values().frameworks().push_back(second_framework); in TEST_F()
117 EXPECT_EQ(second_framework, shared.all_frameworks()[0]); in TEST_F()