2 Test Expression Parser regression test to ensure that we handle enums
3 correctly, in this case specifically std::vector of enums.
8 from lldbsuite.test.decorators import *
9 from lldbsuite.test.lldbtest import *
10 from lldbsuite.test import lldbutil
12 class TestVectorOfEnums(TestBase):
14 mydir = TestBase.compute_mydir(__file__)
16 @add_test_categories(["libc++"])
17 def test_vector_of_enums(self):
20 lldbutil.run_to_source_breakpoint(self, '// break here',
21 lldb.SBFileSpec("main.cpp", False))
23 self.expect("expr v", substrs=[