commit | 6c92b1fc3db6d7598c3fc70a6ebd5715751ed60e | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Fri Jun 21 00:22:44 2013 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Fri Jun 21 00:22:44 2013 +0000 |
tree | 023319f1057014434c46776a442f4c8e6f353bab | |
parent | 600a2f5a215619765d6f9e96e898b8dab43fb039 [diff] [blame] |
Add test header missing from r184504. llvm-svn: 184505
diff --git a/clang/test/Modules/Inputs/MethodPoolBSub2.h b/clang/test/Modules/Inputs/MethodPoolBSub2.h new file mode 100644 index 0000000..8bc369f --- /dev/null +++ b/clang/test/Modules/Inputs/MethodPoolBSub2.h
@@ -0,0 +1,3 @@ +@interface TotallyUnrelated +- (id)method6; +@end