From: Douglas Gregor Date: Fri, 21 Jun 2013 00:22:44 +0000 (+0000) Subject: Add test header missing from r184504. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74f05cc06310e091781a375b3ac7e07357608806;p=clang Add test header missing from r184504. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184505 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/MethodPoolBSub2.h b/test/Modules/Inputs/MethodPoolBSub2.h new file mode 100644 index 0000000000..8bc369f73e --- /dev/null +++ b/test/Modules/Inputs/MethodPoolBSub2.h @@ -0,0 +1,3 @@ +@interface TotallyUnrelated +- (id)method6; +@end