diff --git a/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C b/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C index 4a3a436fe79..7717561c5cb 100644 --- a/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C +++ b/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C @@ -17,8 +17,3 @@ int main(){ double *pa = a + 1; // gets bogus error - should convert return 0; } - - - - -