2 from lldbsuite.test.decorators import *
3 from lldbsuite.test.lldbtest import *
4 from lldbsuite.test import lldbutil
6 class TestFunctionTemplateSpecializationTempArgs(TestBase):
8 mydir = TestBase.compute_mydir(__file__)
10 def test_function_template_specialization_temp_args(self):
13 (self.target, self.process, _, bkpt) = lldbutil.run_to_source_breakpoint(self, '// break here',
14 lldb.SBFileSpec("main.cpp", False))
16 self.expect("expr p0",
17 substrs=['(VType) $0 = {}'])