Skip to content

Commit

Permalink
[lldb] Fix test expectation in TestFrameRecognizer.py (#106281)
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang authored Aug 27, 2024
1 parent bcb6e27 commit fc51797
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_frame_recognizer_1(self):
self.expect(
"frame recognizer list",
substrs=[
"1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol bar (regexp)"
"1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol regex bar"
],
)
self.expect(
Expand All @@ -81,7 +81,7 @@ def test_frame_recognizer_1(self):
self.expect(
"frame recognizer list",
substrs=[
"1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol regexp bar"
"1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol regex bar"
],
)
self.expect(
Expand Down

0 comments on commit fc51797

Please sign in to comment.