Add missing annotation to TestDataFormatterUnordered

llvm-svn: 299934
This commit is contained in:
Pavel Labath 2017-04-11 12:26:33 +00:00
parent f0a6d8ada3
commit 0df645dda4
1 changed files with 1 additions and 0 deletions

View 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)