lambda-generic-static1.C: Use target c++14.

2016-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

	* g++.dg/cpp1y/lambda-generic-static1.C: Use target c++14.
	* g++.dg/cpp1y/lambda-generic-static2.C: Likewise.

From-SVN: r236676
This commit is contained in:
Paolo Carlini 2016-05-24 22:38:00 +00:00
parent 2bc145afaa
commit fe3473a686
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// PR c++/70735
// { dg-do run { target c++1y } }
// { dg-do run { target c++14 } }
int main()
{

View file

@ -1,5 +1,5 @@
// PR c++/70735
// { dg-do run { target c++1y } }
// { dg-do run { target c++14 } }
template <class T>
static void g()