Searched refs:world_array (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc852 char world_array[] = "world"; local
853 char* const world = world_array;
872 wchar_t world_array[] = L"world"; local
873 wchar_t* const world = world_array;
877 EXPECT_EQ(world_array, str);

Completed in 8 milliseconds