Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder_test.cc55 static const char* const expected_types[] = { in TEST() local
63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
64 for (size_t i = 0; i != arraysize(expected_types); ++i) { in TEST()
65 EXPECT_STREQ(expected_types[i], dex_file->GetTypeDescriptor(dex_file->GetTypeId(i))) << i; in TEST()