diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py b/lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py index 48e49ed009b..9f5c7172a65 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py +++ b/lldb/packages/Python/lldbsuite/test/commands/statistics/basic/TestStats.py @@ -2,4 +2,4 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators lldbinline.MakeInlineTest( - __file__, globals(), []) + __file__, globals(), [decorators.no_debug_info_test]) |