diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 05:13:33 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 05:13:33 +0000 |
commit | ac0b01004adf88a21f46641374b8c4c5c46bde68 (patch) | |
tree | a6931468f83a2e6635f70609cdd3c98c04b52dc9 /libstdc++-v3/testsuite | |
parent | af29e0378bfb5b8b1cde1fd8a8ef5980cd610d95 (diff) | |
download | gcc-ac0b01004adf88a21f46641374b8c4c5c46bde68.tar.gz |
* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r-- | libstdc++-v3/testsuite/27_io/istream_seeks.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/istream_seeks.cc b/libstdc++-v3/testsuite/27_io/istream_seeks.cc index a9ea82f3f23..5a3931475a3 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> |