summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C')
-rwxr-xr-xgcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C b/gcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C
deleted file mode 100755
index e1d38de..0000000
--- a/gcc_arm/testsuite/g++.old-deja/g++.pt/expr6.C
+++ /dev/null
@@ -1,9 +0,0 @@
-// Build don't link:
-
-// Based on a bug report by tveldhui <tveldhui@extreme.indiana.edu>
-
-// excess errors test - XFAIL *-*-*
-
-template <int X> class foo {};
-
-foo< true ? 1 : 0 > bar;