summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2019-03-28 20:25:57 +0000
committerShafik Yaghmour <syaghmour@apple.com>2019-03-28 20:25:57 +0000
commita1f1ff889639c850f5531bd6f91f736e5dbf9928 (patch)
treea253b7521968949708ec6987f8d86feddafbaae8 /lldb/packages/Python/lldbsuite/test/expression_command
parent031bb1655664ab3b5e702d1838728359eacb3364 (diff)
downloadbcm5719-llvm-a1f1ff889639c850f5531bd6f91f736e5dbf9928.tar.gz
bcm5719-llvm-a1f1ff889639c850f5531bd6f91f736e5dbf9928.zip
Fix for regression test, since we rely on the formatter for std::vector in the test we need a libc++ category.
See differential https://reviews.llvm.org/D59847 for initial change that this fixes llvm-svn: 357210
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py b/lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py
index 154ffab601c..2da95460e24 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/vector_of_enums/TestVectorOfEnums.py
@@ -13,6 +13,7 @@ class TestVectorOfEnums(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @add_test_categories(["libc++"])
def test_vector_of_enums(self):
self.build()
OpenPOWER on IntegriCloud