Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/script/script_instruction/
Dscript_instructionhelper_unittest.cpp163 UScriptInstructionPtr instr2 = nullptr; in TestAddInstruction() local
164 EXPECT_EQ(factory_->CreateInstructionInstance(instr2, "test2"), USCRIPT_SUCCESS); in TestAddInstruction()
165 EXPECT_EQ(helper->AddInstruction("instruction1", instr2), USCRIPT_SUCCESS); in TestAddInstruction()