Files
llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/unicode-string/TestUnicodeString.py
T

7 lines
169 B
Python
Raw Normal View History

2016-12-01 17:46:51 +00:00
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
lldbinline.MakeInlineTest(
__file__, globals(), [
decorators.skipUnlessDarwin])