* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.

From-SVN: r41402
This commit is contained in:
Loren J. Rittle 2001-04-18 05:13:33 +00:00 committed by Loren J. Rittle
parent b9c81bcb53
commit 599d54fd8e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-04-17 Loren J. Rittle <ljrittle@acm.org>
* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
2001-04-17 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/23_containers/map_operators.cc: Add dg-excess-errors.

View File

@ -20,6 +20,8 @@
// 27.6.1.3 unformatted input functions
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
// @require@ %-*.tst %-*.txt
// @diff@ %-*.tst %-*.txt
#include <istream>
#include <sstream>