summaryrefslogtreecommitdiff
path: root/libmudflap
diff options
context:
space:
mode:
authorfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-13 12:58:28 +0000
committerfche <fche@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-13 12:58:28 +0000
commit225bc1d983f7a41675bd403a9edb7233677d206a (patch)
tree3d7fa3e2171472bda355f7119c26cc319ae05acf /libmudflap
parentf8f9ca4a59b562261b8e139b0f4b425b4a6106fb (diff)
downloadgcc-225bc1d983f7a41675bd403a9edb7233677d206a.tar.gz
* typo fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r--libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx b/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
index 5fdddcf1eca..e83c12461e2 100644
--- a/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
+++ b/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
@@ -3,4 +3,5 @@
int main() {
std::vector<int> v;
v.push_back(1);
+ return 0;
}