aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/ostream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/ostream.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/ostream.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/ostream.cc b/libstdc++-v3/testsuite/27_io/ostream.cc
index ae524ec61f2..ee764f9d697 100644
--- a/libstdc++-v3/testsuite/27_io/ostream.cc
+++ b/libstdc++-v3/testsuite/27_io/ostream.cc
@@ -31,6 +31,7 @@
// NB: This file is for testing ostream with NO OTHER INCLUDES.
#include <ostream>
+#include <testsuite_hooks.h>
// { dg-do compile }
@@ -51,6 +52,7 @@ namespace test
using namespace std;
typedef short type_t;
template class basic_ostream<type_t, char_traits<type_t> >;
+ template class basic_ostream<gnu_char, char_traits<gnu_char> >;
} // test
int main()