[lldb][Test] Add missing breakpoint in TestNamespaceLookup.py
authorMichael Buch <michaelbuch12@gmail.com>
Fri, 26 Aug 2022 09:28:28 +0000 (10:28 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Fri, 26 Aug 2022 09:28:28 +0000 (10:28 +0100)
lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py

index 789b33c..dff3dfe 100644 (file)
@@ -54,6 +54,13 @@ class NamespaceLookupTestCase(TestBase):
             num_expected_locations=1,
             loc_exact=False)
 
+        lldbutil.run_break_set_by_file_and_line(
+            self,
+            "ns3.cpp",
+            self.line_break_after_using_directive,
+            num_expected_locations=1,
+            loc_exact=False)
+
         # Run to BP_global_scope at file scope
         self.runToBkpt("run")