53984.cc: Fix typo in dg-require directive.
2017-07-26 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/27_io/basic_fstream/53984.cc: Fix typo in dg-require directive. From-SVN: r250575
This commit is contained in:
parent
867ba4b9ff
commit
3b1aa533df
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-07-26 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/27_io/basic_fstream/53984.cc: Fix typo in dg-require
|
||||
directive.
|
||||
|
||||
2017-07-25 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/53984
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-file-io "" }
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
#include <fstream>
|
||||
#include <testsuite_hooks.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue