diff options
Diffstat (limited to 'test/Headers/cxx11.cpp')
-rw-r--r-- | test/Headers/cxx11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 54fe350..1a4b640 100644 --- a/test/Headers/cxx11.cpp +++ b/test/Headers/cxx11.cpp @@ -1,5 +1,5 @@ -// RUN: %clang -fsyntax-only -std=c++11 %s -// RUN: %clang -fsyntax-only -std=c++11 -fmodules %s +// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s +// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s #include <stdalign.h> |