Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dtest-cpp-example.cpp18 auto ret_string = cpp_example.get_string(); in main() local
19 if(0 == ret_string.compare(CppExample::test_string + FAIL_COMPARISON_STR)) { in main()
20 std::cout << "PASS: " << ret_string << " = " << CppExample::test_string << std::endl; in main()
22 std::cout << "FAIL: " << ret_string << " != " << CppExample::test_string << std::endl; in main()