Add test case for <rdar://problem/8452791> (fixed in r114392).

llvm-svn: 114989
This commit is contained in:
Ted Kremenek 2010-09-28 21:11:07 +00:00
parent 06325d3020
commit 9fcf3e0a20
1 changed files with 7 additions and 0 deletions

View File

@ -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