X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fcondbreak-call-false.c;h=c2184e5a3e19de6b7d4c8f12c2dc099b172ee2c3;hb=213516ef315dc1785e4990ef0fc011abedb38cc0;hp=2c3dd72ded286edec9ec4602bf8c4a5adc4c2fad;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/condbreak-call-false.c b/gdb/testsuite/gdb.base/condbreak-call-false.c index 2c3dd72ded2..c2184e5a3e1 100644 --- a/gdb/testsuite/gdb.base/condbreak-call-false.c +++ b/gdb/testsuite/gdb.base/condbreak-call-false.c @@ -1,4 +1,4 @@ -/* Copyright 2013-2018 Free Software Foundation, Inc. +/* Copyright 2013-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,4 +36,6 @@ main (void) { foo (); bar (); + + return 0; }