diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-04 18:49:13 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-04 18:49:13 +0000 |
| commit | a1971e345732c1d90bf69f0f6430dc11cfca4904 (patch) | |
| tree | d89e7a54a3b25c03611040c8e025aeed39e5640a | |
| parent | eb0eaa847f44536e9f7d474daf1cdba965c348a8 (diff) | |
| download | ppe42-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.C | 3 |
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; } |

