Skip to content

Commit ef22585

Browse files
committed
[lldb][test] Re-enable TestDataFormatterLibcxxStringSimulator.py
1 parent 6246b81 commit ef22585

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
class LibcxxStringDataFormatterSimulatorTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

16-
@skipIfDarwin
17-
@skipIfWindows
1816
def _run_test(self, defines):
1917
cxxflags_extras = " ".join(["-D%s" % d for d in defines])
2018
self.build(dictionary=dict(CXXFLAGS_EXTRAS=cxxflags_extras))

0 commit comments

Comments
 (0)