Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dabc2program_test_utils.cpp28 std::set<std::string> Abc2ProgramTestUtils::helloworld_expected_program_strings_ = {"", member in panda::abc2program::Abc2ProgramTestUtils
95 return ValidateStrings(program_strings, helloworld_expected_program_strings_); in ValidateProgramStrings()
Dabc2program_test_utils.h40 static std::set<std::string> helloworld_expected_program_strings_; variable