diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-22 05:31:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-22 05:31:53 +0000 |
commit | f7830b6a9edfdccf517b3bd17932686afff0ebf9 (patch) | |
tree | 97a7179ea6532388409659eeebc9f1ce4c181cd7 | |
parent | 3f84ad22acc25353a47ee88f55ab05dffef5d9a9 (diff) |
rename methods.* -> objc_methods.*
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69778 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/objc_methods.h (renamed from test/PCH/methods.h) | 0 | ||||
-rw-r--r-- | test/PCH/objc_methods.m (renamed from test/PCH/methods.m) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/methods.h b/test/PCH/objc_methods.h index 97617be293..97617be293 100644 --- a/test/PCH/methods.h +++ b/test/PCH/objc_methods.h diff --git a/test/PCH/methods.m b/test/PCH/objc_methods.m index 49137ea671..77901c38d4 100644 --- a/test/PCH/methods.m +++ b/test/PCH/objc_methods.m @@ -1,8 +1,8 @@ // Test this without pch. -// FIXME: clang-cc -include %S/methods.h -fsyntax-only -verify %s && +// FIXME: clang-cc -include %S/objc_methods.h -fsyntax-only -verify %s && // Test with pch. -// FIXME: clang-cc -x=objective-c -emit-pch -o %t %S/methods.h && +// FIXME: clang-cc -x=objective-c -emit-pch -o %t %S/objc_methods.h && // FIXME: clang-cc -include-pch %t -fsyntax-only -verify %s void func() { |