diff options
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r-- | Driver/RewriteTest.cpp | 2 |
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)); |