Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp196 auto test_from_long = [](long value) { in TEST_F() local
205 test_from_long(0); // Test 'false' value. in TEST_F()
206 test_from_long(1); // Test 'true' value. in TEST_F()
207 test_from_long(~0); // Any value != 0 is 'true'. in TEST_F()