mirror of https://github.com/microsoft/clang.git
Remove space from rdar URIs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb0ba0bca7
commit
24fce281e3
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
||||
// rdar 7634850
|
||||
// rdar://7634850
|
||||
|
||||
@interface Foo
|
||||
- (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}}
|
||||
|
|
Loading…
Reference in New Issue