diff options
Diffstat (limited to 'test/CXX/temp/temp.param/p15-cxx0x.cpp')
| -rw-r--r-- | test/CXX/temp/temp.param/p15-cxx0x.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/CXX/temp/temp.param/p15-cxx0x.cpp b/test/CXX/temp/temp.param/p15-cxx0x.cpp index 59618d263683..ade192b3efa9 100644 --- a/test/CXX/temp/temp.param/p15-cxx0x.cpp +++ b/test/CXX/temp/temp.param/p15-cxx0x.cpp @@ -1,5 +1,5 @@  // RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s -template<typename T> struct X; +template<typename T> struct X; // expected-note {{'X' is incomplete}}  template<int I> struct Y;  X<X<int>> *x1; | 
