aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C b/gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C
deleted file mode 100644
index 27c6db50a..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/parse/defarg13.C
+++ /dev/null
@@ -1,8 +0,0 @@
-// PR c++/38485
-
-template <class Key, class T>
-class QMap { };
-
-class XMLConfigurations {
- void translateToOther(QMap<int, int> match = (QMap<int, int>()));
-};