Skip to content

Commit 5e118ec

Browse files
authored
[lldb][test] Fix unordered-map test. (#158286)
The build step is overidden so it uses `libstdc++` instead of `libc++` on linux
1 parent f1a02c6 commit 5e118ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered_map-iterator/TestDataFormatterStdUnorderedMap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def do_test_ptr(self):
113113
Test that pointers to std::unordered_map are formatted correctly.
114114
"""
115115

116-
self.build()
117116
(self.target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(
118117
self, "Stop here", lldb.SBFileSpec("main.cpp", False)
119118
)

0 commit comments

Comments
 (0)