Add missing annotation to TestDataFormatterUnordered
authorPavel Labath <labath@google.com>
Tue, 11 Apr 2017 12:26:33 +0000 (12:26 +0000)
committerPavel Labath <labath@google.com>
Tue, 11 Apr 2017 12:26:33 +0000 (12:26 +0000)
llvm-svn: 299934

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py

index 97dcc90..f61a715 100644 (file)
@@ -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)