summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-05-18 16:08:06 +0000
committerTamas Berghammer <tberghammer@google.com>2015-05-18 16:08:06 +0000
commit45176c2341ef8e5efad9b765176fa9b69dfeb40a (patch)
treeddc3b2586063144965d134e519271e13b53a8d71
parent8dd974f73560b134e089d7b4c1502e179df85b28 (diff)
downloadbcm5719-llvm-45176c2341ef8e5efad9b765176fa9b69dfeb40a.tar.gz
bcm5719-llvm-45176c2341ef8e5efad9b765176fa9b69dfeb40a.zip
Fix test expectation in TestThreadExit after r237566
llvm-svn: 237578
-rw-r--r--lldb/test/functionalities/thread/thread_exit/TestThreadExit.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/test/functionalities/thread/thread_exit/TestThreadExit.py b/lldb/test/functionalities/thread/thread_exit/TestThreadExit.py
index 432472307f9..7b8ed18512b 100644
--- a/lldb/test/functionalities/thread/thread_exit/TestThreadExit.py
+++ b/lldb/test/functionalities/thread/thread_exit/TestThreadExit.py
@@ -50,10 +50,10 @@ class ThreadExitTestCase(TestBase):
# The breakpoint list should show 1 locations.
self.expect("breakpoint list -f", "Breakpoint location shown correctly",
- substrs = ["1: file = 'main.cpp', line = %d, locations = 1" % self.break_1,
- "2: file = 'main.cpp', line = %d, locations = 1" % self.break_2,
- "3: file = 'main.cpp', line = %d, locations = 1" % self.break_3,
- "4: file = 'main.cpp', line = %d, locations = 1" % self.break_4])
+ substrs = ["1: file = 'main.cpp', line = %d, exact_match = 0, locations = 1" % self.break_1,
+ "2: file = 'main.cpp', line = %d, exact_match = 0, locations = 1" % self.break_2,
+ "3: file = 'main.cpp', line = %d, exact_match = 0, locations = 1" % self.break_3,
+ "4: file = 'main.cpp', line = %d, exact_match = 0, locations = 1" % self.break_4])
# Run the program.
self.runCmd("run", RUN_SUCCEEDED)
OpenPOWER on IntegriCloud