diff options
Diffstat (limited to 'lldb/test/benchmarks/continue/TestBenchmarkContinue.py')
-rw-r--r-- | lldb/test/benchmarks/continue/TestBenchmarkContinue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py index 4f0af9aed52..fa18afb87c6 100644 --- a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py +++ b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py @@ -21,7 +21,6 @@ class TestBenchmarkContinue(BenchBase): self.data_formatter_commands() @benchmarks_test - @skipIfLinux # No standard locations for libc++ on Linux, so skip for now @dwarf_test def test_with_dwarf_and_run_command(self): """Benchmark different ways to continue a process""" |