summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/variadic-unsupported.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/variadic-unsupported.cpp')
-rw-r--r--test/SemaTemplate/variadic-unsupported.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/SemaTemplate/variadic-unsupported.cpp b/test/SemaTemplate/variadic-unsupported.cpp
deleted file mode 100644
index 9f2b080..0000000
--- a/test/SemaTemplate/variadic-unsupported.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
-
-// Type parameter packs.
-template <typename ... > struct T1 {}; // expected-error{{variadic templates are only allowed in C++0x}}
-
OpenPOWER on IntegriCloud