Fix a IStreamWrapper test with incorrect type
This commit is contained in:
parent
67945ef727
commit
ec81cc393b
@ -93,7 +93,7 @@ TEST(IStreamWrapper, wistringstream) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST(IStreamWrapper, wstringstream) {
|
TEST(IStreamWrapper, wstringstream) {
|
||||||
TestStringStream<wistringstream>();
|
TestStringStream<wstringstream>();
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename FileStreamType>
|
template <typename FileStreamType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user