This test now needs C++11

llvm-svn: 189425
This commit is contained in:
David Majnemer 2013-08-28 00:03:12 +00:00
parent c3779ff83b
commit af8795d46d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
template<template<typename T> class X> struct A; // expected-note 2{{previous template template parameter is here}}