diff options
Diffstat (limited to 'test/Frontend/iframework.c')
-rw-r--r-- | test/Frontend/iframework.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Frontend/iframework.c b/test/Frontend/iframework.c index 6f801f2437a2..2354553fa094 100644 --- a/test/Frontend/iframework.c +++ b/test/Frontend/iframework.c @@ -1,4 +1,5 @@ // RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify +// RUN: %clang -fsyntax-only -isysroot %S -iframeworkwithsysroot /Inputs %s -Xclang -verify // expected-no-diagnostics #include <TestFramework/TestFramework.h> |