diff options
| author | Sean Callanan <scallanan@apple.com> | 2014-10-28 20:23:20 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2014-10-28 20:23:20 +0000 |
| commit | e17428acfa5a14fa016bf9c9783dee64caf6f1e9 (patch) | |
| tree | ebbbfa1928e05d86487366caa175142f1f7cb1d3 /lldb/test/python_api | |
| parent | d20bfb623d9f0403d711b2ca723bc9abe40e206c (diff) | |
| download | bcm5719-llvm-e17428acfa5a14fa016bf9c9783dee64caf6f1e9.tar.gz bcm5719-llvm-e17428acfa5a14fa016bf9c9783dee64caf6f1e9.zip | |
Added the ability to add attributes to inline
testcases. Also fixed one of the testcases to
not run on the platforms that don't support
Objective-C.
We want to do better with the Objective-C attribute
but we'll do that in a future commit.
llvm-svn: 220820
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py b/lldb/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py index a70d2ca7414..356979f0248 100644 --- a/lldb/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py +++ b/lldb/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py @@ -1,3 +1,4 @@ import lldbinline +import lldbtest -lldbinline.MakeInlineTest(__file__, globals()) +lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows]) |

