Searched refs:test_struct (Results 1 – 1 of 1) sorted by relevance
172 TestStruct test_struct {1, 2, 3, 4, "Liza", {8, 9, 5}}; in TEST_F() local175 TestStruct a = test_struct; in TEST_F()182 ASSERT_EQ(a, test_struct); in TEST_F()183 ASSERT_EQ(b, test_struct); in TEST_F()