Add an explicit -std= to test to unbreak on PS4 targets.

llvm-svn: 304237
This commit is contained in:
Richard Smith 2017-05-30 20:13:34 +00:00
parent 0927291471
commit 2e374b6c72

@ -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