diff options
Diffstat (limited to 'lldb/test/macosx/universal/TestUniversal.py')
-rw-r--r-- | lldb/test/macosx/universal/TestUniversal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/macosx/universal/TestUniversal.py b/lldb/test/macosx/universal/TestUniversal.py index efe49a13b7d..d08c7c915c8 100644 --- a/lldb/test/macosx/universal/TestUniversal.py +++ b/lldb/test/macosx/universal/TestUniversal.py @@ -20,7 +20,7 @@ class UniversalTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.c', '// Set break point at this line.') - @python_api_test + @add_test_categories(['pyapi']) @skipUnlessDarwin @unittest2.skipUnless(hasattr(os, "uname") and os.uname()[4] in ['i386', 'x86_64'], "requires i386 or x86_64") |