diff options
Diffstat (limited to 'lldb/test/lang/c/strings/TestCStrings.py')
| -rw-r--r-- | lldb/test/lang/c/strings/TestCStrings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/strings/TestCStrings.py b/lldb/test/lang/c/strings/TestCStrings.py index 636777e5077..ee6348160f9 100644 --- a/lldb/test/lang/c/strings/TestCStrings.py +++ b/lldb/test/lang/c/strings/TestCStrings.py @@ -9,7 +9,7 @@ class CStringsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym_and_run_command(self): """Tests that C strings work as expected in expressions""" |

