Skip to content

Commit 32be8c9

Browse files
committed
[lldb][test] Re-enable TestDataFormatterLibcxxStringSimulator.py
1 parent 883728b commit 32be8c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx-simulators/string/TestDataFormatterLibcxxStringSimulator.py

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
class LibcxxStringDataFormatterSimulatorTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

16-
@skipIfDarwin
17-
@skipIfWindows
18-
@skipIfLinux
1916
def _run_test(self, defines):
2017
cxxflags_extras = " ".join(["-D%s" % d for d in defines])
2118
self.build(dictionary=dict(CXXFLAGS_EXTRAS=cxxflags_extras))

0 commit comments

Comments
 (0)