Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpanda_runner.h113 auto eres = runtime->Execute("_GLOBAL::main", args); in Run() local
114 ASSERT_TRUE(eres) << static_cast<unsigned>(eres.Error()); in Run()
116 ASSERT_EQ(eres.Value(), expectedResult_.value()); in Run()
/arkcompiler/runtime_core/compiler/tests/
H A Dpanda_runner.h104 auto eres = runtime->Execute("_GLOBAL::main", args); in Run() local
105 ASSERT_TRUE(eres) << static_cast<unsigned>(eres.Error()); in Run()
107 ASSERT_EQ(eres.Value(), expected_result_.value()); in Run()

Completed in 2 milliseconds