Skip to content

Commit 553d474

Browse files
committed
Remove a flaky and unnecessary check
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 2e0506f commit 553d474

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)