diff options
author | Vedant Kumar <vsk@apple.com> | 2018-03-13 23:37:11 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-03-13 23:37:11 +0000 |
commit | 48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925 (patch) | |
tree | 653205273a1b26cf09a436401bc3a792ee435b91 /lldb/packages/Python/lldbsuite/test/lang/cpp/printf | |
parent | 9ca7e67c4cf15533c850ca0820a838c74ca14388 (diff) | |
download | bcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.tar.gz bcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.zip |
[test] Replace some references to Apple-internal bugs
This removes around 10 references to Apple-internal radars. I've filed
fresh bugs on bugs.llvm.org as appropriate for open issues.
llvm-svn: 327463
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/printf')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py index 38ebe1a9a9c..3dfe4f29d18 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py @@ -4,4 +4,4 @@ from lldbsuite.test import decorators lldbinline.MakeInlineTest( __file__, globals(), [ decorators.expectedFailureAll( - bugnumber="rdar://problem/24599697")]) + bugnumber="llvm.org/PR36715")]) |