Skip to content

Commit b130b1d

Browse files
committed
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
1 parent 282baa1 commit b130b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Modules/preprocess-unavailable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify
1+
// RUN: %clang_cc1 -x c++-module-map %s -fmodule-name=a -verify -std=c++98
22
module a {
33
module b {
44
requires cplusplus11

0 commit comments

Comments
 (0)