From ea46043f089c799888104cfcc8f4f277c48db891 Mon Sep 17 00:00:00 2001 From: chastain Date: Thu, 8 Jan 2004 09:41:48 +0000 Subject: [PATCH] 2004-01-07 Michael Chastain * gdb.cp/bs15503.cc: Include , not . * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern boilerplate code for compiling and running the program under test. Add some string method tests. --- gdb/testsuite/gdb.cp/bs15503.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.cp/bs15503.cc b/gdb/testsuite/gdb.cp/bs15503.cc index 13f4377275..aec5a0b8fc 100644 --- a/gdb/testsuite/gdb.cp/bs15503.cc +++ b/gdb/testsuite/gdb.cp/bs15503.cc @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 1992 Free Software Foundation, Inc. + Copyright 1992, 2004 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 @@ -20,7 +20,8 @@ bug-gdb@prep.ai.mit.edu */ #include -#include +#include +using namespace std; template class StringTest { -- 2.11.0