summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/import/TestImport.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/command_script/import/TestImport.py')
-rw-r--r--lldb/test/functionalities/command_script/import/TestImport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py
index 9a6937b99c3..37d5fbd2be0 100644
--- a/lldb/test/functionalities/command_script/import/TestImport.py
+++ b/lldb/test/functionalities/command_script/import/TestImport.py
@@ -12,7 +12,7 @@ class ImportTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @python_api_test
+ @add_test_categories(['pyapi'])
@no_debug_info_test
def test_import_command(self):
"""Import some Python scripts by path and test them"""
OpenPOWER on IntegriCloud