diff options
Diffstat (limited to 'lldb/test/benchmarks/continue/TestBenchmarkContinue.py')
| -rw-r--r-- | lldb/test/benchmarks/continue/TestBenchmarkContinue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py index 40e9c6d90e8..4f0af9aed52 100644 --- a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py +++ b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py @@ -13,7 +13,7 @@ class TestBenchmarkContinue(BenchBase): mydir = TestBase.compute_mydir(__file__) @benchmarks_test - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym_and_run_command(self): """Benchmark different ways to continue a process""" |

