Skip to content

Commit 7db1b2a

Browse files
authored
[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)
Remove redundant build step in std::ranges::ref_view test, this causes it use `libstdc++` on linux instead of `libc++` .
1 parent 0ace96c commit 7db1b2a

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/ranges/ref_view/TestDataFormatterStdRangesRefView.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def check_foo(self):
2929

3030
def do_test(self):
3131
"""Test that std::ranges::ref_view is formatted correctly when printed."""
32-
self.build()
3332
(self.target, process, thread, bkpt) = lldbutil.run_to_source_breakpoint(
3433
self, "Break here", lldb.SBFileSpec("main.cpp", False)
3534
)

0 commit comments

Comments
 (0)