From 0df645dda4e72df379be3bd88410e2e7646f7716 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 11 Apr 2017 12:26:33 +0000 Subject: [PATCH] Add missing annotation to TestDataFormatterUnordered llvm-svn: 299934 --- .../data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py index 97dcc90..f61a715 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py @@ -22,6 +22,7 @@ class LibcxxUnorderedDataFormatterTestCase(TestBase): ns = 'ndk' if lldbplatformutil.target_is_android() else '' self.namespace = 'std::__' + ns + '1' + @add_test_categories(["libc++"]) def test_with_run_command(self): self.build() self.runCmd("file a.out", CURRENT_EXECUTABLE_SET) -- 2.7.4