aboutsummaryrefslogtreecommitdiff
path: root/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lang/cpp/unsigned_types/TestUnsignedTypes.py')
-rw-r--r--test/lang/cpp/unsigned_types/TestUnsignedTypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lang/cpp/unsigned_types/TestUnsignedTypes.py b/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
index 8d39099dc..ddf768ec6 100644
--- a/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
+++ b/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
@@ -41,7 +41,7 @@ class UnsignedTypesTestCase(TestBase):
# if GCC is the target compiler, we cannot rely on an exact line match.
need_exact = "gcc" not in self.getCompiler()
# Break on line 19 in main() aftre the variables are assigned values.
- lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=need_exact)
+ lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=-1, loc_exact=need_exact)
self.runCmd("run", RUN_SUCCEEDED)