Skip to content

Commit dc3fcf9

Browse files
committed
tweak substrs in TestLibraryResilient.py
1 parent 1cb9b37 commit dc3fcf9

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_resilient/TestLibraryResilient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def cleanup():
8282
# This test is deliberately checking what the user will see, rather than
8383
# the structure provided by the Python API, in order to test the recovery.
8484
self.expect("fr var", substrs=[
85-
"(SomeLibrary.ContainsTwoInts) container = (other = 10)",
85+
"(SomeLibrary.ContainsTwoInts) container = {", "other = 10",
8686
"(Int) simple = 1"])
8787
self.expect("e container", substrs=["(SomeLibrary.ContainsTwoInts)", "other = 10"])
8888
self.expect("e container.wrapped", error=True, substrs=["value of type 'ContainsTwoInts' has no member 'wrapped'"])

0 commit comments

Comments
 (0)