Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp512 static const long int_value1 = 7; in TEST_F() local
516 dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1)); in TEST_F()
528 EXPECT_EQ(int_value1, long(int_sp->GetValue())); in TEST_F()