Searched refs:planBestOEM (Results 1 – 1 of 1) sorted by relevance
1620 const auto& planBestOEM = compilationBestOEM.getExecutionPlan(); in TEST_F() local1621 ASSERT_EQ(planBestOEM.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()1622 ASSERT_NE(planBestOEM.forTest_simpleGetDevice().get(), nullptr); in TEST_F()1623 ASSERT_STREQ(planBestOEM.forTest_simpleGetDevice()->getName(), "goodOEM"); in TEST_F()