Skip to content

Commit 36efc84

Browse files
committed
Remove a flaky and unnecessary check (llvm#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. (cherry picked from commit eac2c18)
1 parent d9c7ce8 commit 36efc84

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)