Skip to content

Commit eac2c18

Browse files
Remove a flaky and unnecessary check (#114251)
The order in which the libraries appear is not always stable and even if it were, this test is not the right place to check for this.
1 parent 45f420e commit eac2c18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ def test(self):
4040
"frame variable ils",
4141
substrs=['[4] = "surprise it is a long string!! yay!!"'],
4242
)
43-
44-
self.expect("image list", substrs=self.getLibcPlusPlusLibs())

0 commit comments

Comments
 (0)