]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove bogus test
authorMark Mitchell <mmitchell@gcc.gnu.org>
Wed, 11 Mar 1998 23:38:50 +0000 (23:38 +0000)
committerMark Mitchell <mmitchell@gcc.gnu.org>
Wed, 11 Mar 1998 23:38:50 +0000 (23:38 +0000)
From-SVN: r18488

gcc/testsuite/g++.old-deja/g++.other/new-init.C [deleted file]

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 (file)
index fff2f63..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// Build don't link:
-
-void f()
-{
-  new int = 1;
-}
-