diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2001-04-18 05:13:33 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2001-04-18 05:13:33 +0000 |
commit | 599d54fd8e0f0cdd0332af0b9c02825f7c0a1599 (patch) | |
tree | a6931468f83a2e6635f70609cdd3c98c04b52dc9 | |
parent | b9c81bcb53beda99725d20443095a0b84220e0f4 (diff) | |
download | gcc-599d54fd8e0f0cdd0332af0b9c02825f7c0a1599.zip gcc-599d54fd8e0f0cdd0332af0b9c02825f7c0a1599.tar.gz gcc-599d54fd8e0f0cdd0332af0b9c02825f7c0a1599.tar.bz2 |
* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
From-SVN: r41402
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/istream_seeks.cc | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d71e36c..13010ef 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/testsuite/27_io/istream_seeks.cc b/libstdc++-v3/testsuite/27_io/istream_seeks.cc index a9ea82f..5a39314 100644 --- a/libstdc++-v3/testsuite/27_io/istream_seeks.cc +++ b/libstdc++-v3/testsuite/27_io/istream_seeks.cc @@ -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> |