diff options
author | Mark Mitchell <mmitchell@gcc.gnu.org> | 1998-03-11 23:38:50 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchell@gcc.gnu.org> | 1998-03-11 23:38:50 +0000 |
commit | 1bd1a2b5834a7e40fc50c2d3864c3833e6540414 (patch) | |
tree | 894c9e9ec3acb3634c4114246197e96f5bd9dbab /gcc | |
parent | 6d89b990a536d3ec4c3edfc1126c0abb1bab1251 (diff) | |
download | gcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.zip gcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.tar.gz gcc-1bd1a2b5834a7e40fc50c2d3864c3833e6540414.tar.bz2 |
Remove bogus test
From-SVN: r18488
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/new-init.C | 7 |
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; -} - |