summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p8175.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.mike/p8175.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.mike/p8175.C14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p8175.C b/gcc/testsuite/g++.old-deja/g++.mike/p8175.C
deleted file mode 100644
index 8ae40588ad8..00000000000
--- a/gcc/testsuite/g++.old-deja/g++.mike/p8175.C
+++ /dev/null
@@ -1,14 +0,0 @@
-// prms-id: 8175
-
-class AtoBoolC {
-public:
- AtoBoolC(const AtoBoolC& aBool);
-private:
- int myValue;
-};
-
-struct TestCase {
- AtoBoolC is_call_on_unack;
-};
-
-static TestCase the_cases[] = { { 0 } }; // ERROR -