summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/tools/lldb-mi/control/TestMiExec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/tools/lldb-mi/control/TestMiExec.py b/lldb/test/tools/lldb-mi/control/TestMiExec.py
index 8426d6325c2..6c8108d32b4 100644
--- a/lldb/test/tools/lldb-mi/control/TestMiExec.py
+++ b/lldb/test/tools/lldb-mi/control/TestMiExec.py
@@ -289,7 +289,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
# (and that --frame is optional)
self.runCmd("-exec-step --thread 1")
self.expect("\^running")
- self.expect("\*stopped,reason=\"end-stepping-range\".*func=\"s_MyFunction.*\"")
+ self.expect("\*stopped,reason=\"end-stepping-range\".*func=\".*s_MyFunction.*\"")
# Test that -exec-step steps into g_MyFunction from inside
# s_MyFunction (and that both --thread and --frame are optional)
@@ -411,7 +411,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
# s_MyFunction (and that --frame is optional)
self.runCmd("-exec-finish --thread 1")
self.expect("\^running")
- self.expect("\*stopped,reason=\"end-stepping-range\".*func=\"s_MyFunction.*\"")
+ self.expect("\*stopped,reason=\"end-stepping-range\".*func=\".*s_MyFunction.*\"")
# Test that -exec-finish returns from s_MyFunction
# (and that both --thread and --frame are optional)
OpenPOWER on IntegriCloud