summaryrefslogtreecommitdiffstats
path: root/lldb/test/example/TestSequenceFunctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/example/TestSequenceFunctions.py')
-rw-r--r--lldb/test/example/TestSequenceFunctions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/example/TestSequenceFunctions.py b/lldb/test/example/TestSequenceFunctions.py
index e9bfd6a27ee..f4f3d019e42 100644
--- a/lldb/test/example/TestSequenceFunctions.py
+++ b/lldb/test/example/TestSequenceFunctions.py
@@ -29,6 +29,8 @@ class SequenceFunctionsTestCase(unittest.TestCase):
for element in random.sample(self.seq, 5):
self.assertTrue(element in self.seq)
+ def getCategories(self):
+ return []
if __name__ == '__main__':
unittest.main()
OpenPOWER on IntegriCloud