Fix a IStreamWrapper test with incorrect type

This commit is contained in:
Milo Yip 2016-02-07 22:54:02 +08:00
parent 67945ef727
commit ec81cc393b

View File

@ -93,7 +93,7 @@ TEST(IStreamWrapper, wistringstream) {
}
TEST(IStreamWrapper, wstringstream) {
TestStringStream<wistringstream>();
TestStringStream<wstringstream>();
}
template <typename FileStreamType>