Commit ec81cc39 authored by Milo Yip's avatar Milo Yip

Fix a IStreamWrapper test with incorrect type

parent 67945ef7
...@@ -93,7 +93,7 @@ TEST(IStreamWrapper, wistringstream) { ...@@ -93,7 +93,7 @@ TEST(IStreamWrapper, wistringstream) {
} }
TEST(IStreamWrapper, wstringstream) { TEST(IStreamWrapper, wstringstream) {
TestStringStream<wistringstream>(); TestStringStream<wstringstream>();
} }
template <typename FileStreamType> template <typename FileStreamType>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment