diff options
Diffstat (limited to 'test/Modules/private.cpp')
| -rw-r--r-- | test/Modules/private.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/Modules/private.cpp b/test/Modules/private.cpp index 93b4b9457f44..31e60e47e3d5 100644 --- a/test/Modules/private.cpp +++ b/test/Modules/private.cpp @@ -1,5 +1,6 @@  // RUN: rm -rf %t  // RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify +// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -fsyntax-only -Wno-private-header  #include "common.h"  @import libPrivate1; | 
