forked from OSchip/llvm-project
Add an explicit -std= to test to unbreak on PS4 targets.
llvm-svn: 304237
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue