summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/virtfunc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/virtfunc.cc')
-rw-r--r--gdb/testsuite/gdb.cp/virtfunc.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/virtfunc.cc b/gdb/testsuite/gdb.cp/virtfunc.cc
index 6dfb25bc93f..d7a7737abfa 100644
--- a/gdb/testsuite/gdb.cp/virtfunc.cc
+++ b/gdb/testsuite/gdb.cp/virtfunc.cc
@@ -13,8 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
// Pls try the following program on virtual functions and try to do print on
// most of the code in main(). Almost none of them works !