From: Shafik Yaghmour Date: Thu, 28 Mar 2019 20:25:57 +0000 (+0000) Subject: Fix for regression test, since we rely on the formatter for std::vector in the test... X-Git-Tag: llvmorg-10-init~8946 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1f1ff889639c850f5531bd6f91f736e5dbf9928;p=platform%2Fupstream%2Fllvm.git 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 --- 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 154ffab..2da9546 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()