From b130b1d396c98ca0ab15493e796fb1101ad8d8a4 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 30 May 2017 20:13:34 +0000 Subject: [PATCH] Add an explicit -std= to test to unbreak on PS4 targets. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304237 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/preprocess-unavailable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/preprocess-unavailable.cpp b/test/Modules/preprocess-unavailable.cpp index e568cd7b52..cfd18253da 100644 --- a/test/Modules/preprocess-unavailable.cpp +++ b/test/Modules/preprocess-unavailable.cpp @@ -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 -- 2.40.0