diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2019-03-28 20:25:57 +0000 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2019-03-28 20:25:57 +0000 |
commit | a1f1ff889639c850f5531bd6f91f736e5dbf9928 (patch) | |
tree | a253b7521968949708ec6987f8d86feddafbaae8 /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | 031bb1655664ab3b5e702d1838728359eacb3364 (diff) | |
download | bcm5719-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.py | 1 |
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() |