diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-02-07 19:15:44 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-02-07 19:15:44 +0000 |
commit | 882090e76a48337ce55fdc913a7e8a19ff35f4fc (patch) | |
tree | ce1b6a59e0ca4c8633eb26483c038056bde2544c | |
parent | 7666b03d499819214752ae392efe666ca856d0e7 (diff) |
Add missing header from r174648
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174649 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Modules/Inputs/MethodPoolASub2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/MethodPoolASub2.h b/test/Modules/Inputs/MethodPoolASub2.h new file mode 100644 index 0000000000..cd0f78517f --- /dev/null +++ b/test/Modules/Inputs/MethodPoolASub2.h @@ -0,0 +1,3 @@ +@interface A (Sub2) +- (char*)method4; +@end |