mirror of https://github.com/microsoft/clang.git
[Modules] Update test to mention it requires C++14.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b19ec8be9
commit
e8d80b7dba
|
@ -1,5 +1,5 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/self-referencing-lambda %s -verify -emit-obj -o %t2.o
|
||||
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/self-referencing-lambda %s -verify -emit-obj -std=c++14 -o %t2.o
|
||||
// expected-no-diagnostics
|
||||
|
||||
#include "a.h"
|
||||
|
|
Loading…
Reference in New Issue