summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-04 18:49:13 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-04 18:49:13 +0000
commita1971e345732c1d90bf69f0f6430dc11cfca4904 (patch)
treed89e7a54a3b25c03611040c8e025aeed39e5640a
parenteb0eaa847f44536e9f7d474daf1cdba965c348a8 (diff)
downloadppe42-gcc-a1971e345732c1d90bf69f0f6430dc11cfca4904.tar.gz
ppe42-gcc-a1971e345732c1d90bf69f0f6430dc11cfca4904.zip
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35491 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/crash21.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash21.C b/gcc/testsuite/g++.old-deja/g++.other/crash21.C
index e9e642f7f79..dd98502c3a5 100644
--- a/gcc/testsuite/g++.old-deja/g++.other/crash21.C
+++ b/gcc/testsuite/g++.old-deja/g++.other/crash21.C
@@ -9,7 +9,6 @@ struct B : public A {
int x;
};
-void B::f(int& t)
-{
+void B::f(int& t) { // ERROR - undeclared method
x = t;
}
OpenPOWER on IntegriCloud