Skip to content

Commit a746a20

Browse files
committed
[lldb][test] Re-enable TestDataFormatterLibcxxRangesRefView.py
Now that the standalone build-bots test against a newly built libcxx, we can re-enable the test. (cherry picked from commit 47ed4df)
1 parent 305f5c9 commit a746a20

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def check_foo(self):
2828
children=self.check_string_vec_children())
2929

3030
@add_test_categories(["libc++"])
31-
@skipIf(bugnumber="rdar://109455906") # The standalone build of LLDB doesn't test against custom libcxx builds
3231
def test_with_run_command(self):
3332
"""Test that std::ranges::ref_view is formatted correctly when printed.
3433
"""

0 commit comments

Comments
 (0)