From 7d84aff200a3d72108e0e0011116dbcffce9a6e2 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 11 Oct 2016 21:08:27 +0000 Subject: Add the radar number on our end. llvm-svn: 283940 --- .../Python/lldbsuite/test/expression_command/char/TestExprsChar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/char') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py index 308732b6c8e..a771e7004c9 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py @@ -74,7 +74,7 @@ class ExprCharTestCase(TestBase): archs=[ "i[3-6]86", "x86_64"], - bugnumber="llvm.org/pr23069") + bugnumber="llvm.org/pr23069, ") @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765") @expectedFailureAll(triple='mips*', bugnumber="llvm.org/pr23069") def test_unsigned_char(self): -- cgit v1.2.3