From a2773357c4c6ae3046b841137324e31d07725b03 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 30 Sep 2016 22:22:09 +0000 Subject: Add the radar from our end to the bugreport string. llvm-svn: 282969 --- .../Python/lldbsuite/test/functionalities/completion/TestCompletion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py index d4d9c58b0bc..aadd664dff5 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py @@ -300,7 +300,7 @@ class CommandLineCompletionTestCase(TestBase): @expectedFailureAll(hostoslist=["windows"], bugnumber="llvm.org/pr24679") @expectedFailureAll( oslist=lldbplatform.darwin_all, - bugnumber="llvm.org/pr25485") + bugnumber="llvm.org/pr25485,") def test_symbol_name(self): self.build() self.complete_from_to('''file a.out -- cgit v1.2.3