aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C')
-rw-r--r--gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C b/gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C
deleted file mode 100644
index b3c930188..000000000
--- a/gcc-4.8.1/gcc/testsuite/g++.dg/other/error14.C
+++ /dev/null
@@ -1,7 +0,0 @@
-//PR c++/26269
-
-void foo()
-{
- i; // { dg-error "not declared in this scope" }
- int i;
-}