* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 18 Apr 2001 05:13:33 +0000 (05:13 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Wed, 18 Apr 2001 05:13:33 +0000 (05:13 +0000)
From-SVN: r41402

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/istream_seeks.cc

index d71e36c66ff6c816fd5ef66b873e9caf17102ac8..13010ef87a87da9d740974163ef3a2c2954fd609 100644 (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.
index a9ea82f3f23ab6bf0448e97218f4894dec908443..5a3931475a3e2efeae057b330b34161fb03011b6 100644 (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>