forked from OSchip/llvm-project
Add test case for <rdar://problem/8452791> (fixed in r114392).
llvm-svn: 114989
This commit is contained in:
parent
06325d3020
commit
9fcf3e0a20
|
@ -0,0 +1,7 @@
|
|||
// RUN: c-index-test -test-load-source-usrs local %s 2>&1 | FileCheck %s
|
||||
|
||||
// <rdar://problem/8452791> - Crash when generating USRs.
|
||||
@interface Rdar8452791 () - (void)rdar8452791;
|
||||
|
||||
// CHECK: error: cannot find interface declaration for 'Rdar8452791'
|
||||
// CHECK: missing @end
|
Loading…
Reference in New Issue