diff options
Diffstat (limited to 'lldb/test/lang/c/set_values/TestSetValues.py')
| -rw-r--r-- | lldb/test/lang/c/set_values/TestSetValues.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/set_values/TestSetValues.py b/lldb/test/lang/c/set_values/TestSetValues.py index da12f6e37d6..f914cfae8c3 100644 --- a/lldb/test/lang/c/set_values/TestSetValues.py +++ b/lldb/test/lang/c/set_values/TestSetValues.py @@ -10,7 +10,7 @@ class SetValuesTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym(self): """Test settings and readings of program variables.""" |

