diff options
| -rw-r--r-- | clang/test/Modules/self-import-header.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/self-import-header.m b/clang/test/Modules/self-import-header.m index 4acc310fdec..4dccd94050d 100644 --- a/clang/test/Modules/self-import-header.m +++ b/clang/test/Modules/self-import-header.m @@ -1,7 +1,7 @@ // rdar://13840148 // RUN: rm -rf %t -// RUN: %clang -fsyntax-only -isysroot %S/../Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \ +// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \ // RUN: -target x86_64-darwin \ // RUN: -F %S -I %S/Inputs/self-import-header %s -D__need_wint_t -Werror=implicit-function-declaration |

