diff options
Diffstat (limited to 'test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp')
-rw-r--r-- | test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp b/test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp index b5786acf82a2..c09c0b243a92 100644 --- a/test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp +++ b/test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s +// expected-no-diagnostics // Check for declaration matching with out-of-line declarations and // variadic templates, which involves proper computation of the |