Skip to content

Commit 927e06a

Browse files
authored
Merge pull request #11446 from swiftlang/fix-ranges-refview
[lldb][test] Run ranges::ref_vew test only for libc++ (llvm#155813)
2 parents 6da204e + bf4d0f5 commit 927e06a

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)