aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchell@gcc.gnu.org>1998-03-11 23:38:50 +0000
committerMark Mitchell <mmitchell@gcc.gnu.org>1998-03-11 23:38:50 +0000
commit1bd1a2b5834a7e40fc50c2d3864c3833e6540414 (patch)
tree894c9e9ec3acb3634c4114246197e96f5bd9dbab
parent6d89b990a536d3ec4c3edfc1126c0abb1bab1251 (diff)
downloadgcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.zip
gcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.tar.gz
gcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.tar.bz2
Remove bogus test
From-SVN: r18488
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/new-init.C7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/new-init.C b/gcc/testsuite/g++.old-deja/g++.other/new-init.C
deleted file mode 100644
index fff2f63..0000000
--- a/gcc/testsuite/g++.old-deja/g++.other/new-init.C
+++ /dev/null
@@ -1,7 +0,0 @@
-// Build don't link:
-
-void f()
-{
- new int = 1;
-}
-