]> granicus.if.org Git - clang/commitdiff
Add an explicit -std= to test to unbreak on PS4 targets.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 May 2017 20:13:34 +0000 (20:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 May 2017 20:13:34 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304237 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/preprocess-unavailable.cpp

index e568cd7b5251a775ceaf127b66ed8c5ba3319bc2..cfd18253daf73f6c52ae0c8f0dd313b6ef54a53f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify
+// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify -std=c++98
 module a {
   module b {
     requires cplusplus11