diff options
Diffstat (limited to 'lldb/test/lang/cpp/namespace/TestNamespace.py')
| -rw-r--r-- | lldb/test/lang/cpp/namespace/TestNamespace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/namespace/TestNamespace.py b/lldb/test/lang/cpp/namespace/TestNamespace.py index 4e249264b1c..d50490fe87d 100644 --- a/lldb/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/test/lang/cpp/namespace/TestNamespace.py @@ -13,7 +13,7 @@ class NamespaceTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) # rdar://problem/8668674 - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym_and_run_command(self): """Test that anonymous and named namespace variables display correctly.""" |

