summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/utf-8/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/encoding/char/utf-8/driver.cxx')
-rw-r--r--tests/cxx/tree/encoding/char/utf-8/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/encoding/char/utf-8/driver.cxx b/tests/cxx/tree/encoding/char/utf-8/driver.cxx
index 0842203..87e63c7 100644
--- a/tests/cxx/tree/encoding/char/utf-8/driver.cxx
+++ b/tests/cxx/tree/encoding/char/utf-8/driver.cxx
@@ -57,7 +57,7 @@ main (int argc, char* argv[])
xml_schema::namespace_infomap map;
map["t"].name = "test";
- root (std::cout, *r, map, "UCS-4LE");
+ root (std::cout, *r, map, "ASCII");
}
catch (xml_schema::exception const& e)
{