diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/warnings/uuid')
| -rw-r--r-- | packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py b/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py index 002a7aef0c76..5010309e8944 100644 --- a/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py +++ b/packages/Python/lldbsuite/test/warnings/uuid/TestAddDsymCommand.py @@ -6,7 +6,9 @@ from __future__ import print_function  import os, time  import lldb +from lldbsuite.test.decorators import *  from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbutil  @skipUnlessDarwin  class AddDsymCommandCase(TestBase): | 
