aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2007-12-03 23:04:29 +0000
committerFariborz Jahanian <fjahanian@apple.com>2007-12-03 23:04:29 +0000
commit2c1e9c7948ef8e38e49646561e688a6cb8c6c149 (patch)
treeb1382f576e0ebeda2efa35bca8c9d3cb3dcae684 /Driver/RewriteTest.cpp
parentc4ca2883e3fccb578d87413c2680f0d346268663 (diff)
Change <Objc/objc.h> to <objc/objc.h>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r--Driver/RewriteTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp
index a749284fa3..8dd39f538e 100644
--- a/Driver/RewriteTest.cpp
+++ b/Driver/RewriteTest.cpp
@@ -105,7 +105,7 @@ namespace {
"extern struct objc_object *objc_exception_extract(void *);\n"
"extern int objc_exception_match"
"(struct objc_class *, struct objc_object *, ...);\n"
- "#include <Objc/objc.h>\n";
+ "#include <objc/objc.h>\n";
Rewrite.InsertText(SourceLocation::getFileLoc(mainFileID, 0),
s, strlen(s));