Skip to content

Commit 55d98eb

Browse files
authored
Merge pull request llvm#11182 from augusto2112/fix-substring-test
[lldb] Fix TestSwiftSubstringFormatters
2 parents b469ce0 + f7a4a77 commit 55d98eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/swift/substring/TestSwiftSubstringFormatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_swift_substring_formatters(self):
4343
subalphabets = [alphabet[i:] for i in range(27)]
4444

4545
self.expect(
46-
"v substrings",
46+
"v -A -- substrings",
4747
substrs=[
4848
f'[{i}] = "{substring}"'
4949
for i, substring in enumerate(subalphabets)

0 commit comments

Comments
 (0)