]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/char1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / char1.C
diff --git a/gcc/testsuite/g++.dg/template/char1.C b/gcc/testsuite/g++.dg/template/char1.C
deleted file mode 100644 (file)
index 64ffda8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-template <class CharType, CharType line_terminator = 0>
-class String {};
-
-String<char, 255> s;