summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_explicit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/temp_explicit.cpp')
-rw-r--r--test/SemaTemplate/temp_explicit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/SemaTemplate/temp_explicit.cpp b/test/SemaTemplate/temp_explicit.cpp
index 0292964..9c824d6 100644
--- a/test/SemaTemplate/temp_explicit.cpp
+++ b/test/SemaTemplate/temp_explicit.cpp
@@ -15,7 +15,6 @@ template class N::X1<int>;
template class ::N::X1<int, float>;
using namespace N;
-template class X1<float>;
// Check for some bogus syntax that probably means that the user
// wanted to write an explicit specialization, but forgot the '<>'
OpenPOWER on IntegriCloud