Skip to content

Commit 9a26ceb

Browse files
committed
another fix to TestLibraryIndirect.py
(cherry picked from commit a76bd63)
1 parent 2f80e0b commit 9a26ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/implementation_only_imports/library_indirect/TestLibraryIndirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ def cleanup():
116116
"wrapped = 0x",
117117
"other = 10",
118118
"(Int) simple = 1"])
119-
self.expect("e container", substrs=["(SomeLibrary.ContainsTwoInts)", "(wrapped = 0x", ", other = 10"])
119+
self.expect("e container", substrs=["(SomeLibrary.ContainsTwoInts)", "wrapped = 0x", "other = 10"])
120120
self.expect("e container.wrapped", substrs=["(SomeLibrary.BoxedTwoInts)", "0x", "{}"])
121121
self.expect("e container.wrapped.value", error=True, substrs=["value of type 'BoxedTwoInts' has no member 'value'"])

0 commit comments

Comments
 (0)