diff options
| author | Douglas Gregor <dgregor@apple.com> | 2013-06-21 00:22:44 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2013-06-21 00:22:44 +0000 |
| commit | 6c92b1fc3db6d7598c3fc70a6ebd5715751ed60e (patch) | |
| tree | 023319f1057014434c46776a442f4c8e6f353bab /clang | |
| parent | 600a2f5a215619765d6f9e96e898b8dab43fb039 (diff) | |
| download | bcm5719-llvm-6c92b1fc3db6d7598c3fc70a6ebd5715751ed60e.tar.gz bcm5719-llvm-6c92b1fc3db6d7598c3fc70a6ebd5715751ed60e.zip | |
Add test header missing from r184504.
llvm-svn: 184505
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Modules/Inputs/MethodPoolBSub2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/MethodPoolBSub2.h b/clang/test/Modules/Inputs/MethodPoolBSub2.h new file mode 100644 index 00000000000..8bc369f73e8 --- /dev/null +++ b/clang/test/Modules/Inputs/MethodPoolBSub2.h @@ -0,0 +1,3 @@ +@interface TotallyUnrelated +- (id)method6; +@end |

