Skip to content

Commit 1d1a2a5

Browse files
committed
fixup! remove libstdc++ case
1 parent 1489fb3 commit 1d1a2a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/atomic/TestDataFormatterStdAtomic.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,3 @@ def do_test(self):
6767
def test_libcxx(self):
6868
self.build(dictionary={"USE_LIBCPP": 1})
6969
self.do_test()
70-
71-
@skipIf(compiler=["gcc"])
72-
@add_test_categories(["libstdcxx"])
73-
def test_libstdcxx(self):
74-
self.build(dictionary={"USE_LIBSTDCPP": 1})
75-
self.do_test()

0 commit comments

Comments
 (0)