From ec81cc393bc6749fc75add4cdb11327575c33739 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 7 Feb 2016 22:54:02 +0800 Subject: [PATCH] Fix a IStreamWrapper test with incorrect type --- test/unittest/istreamwrappertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/istreamwrappertest.cpp b/test/unittest/istreamwrappertest.cpp index 942365b9..9d9ff2f6 100644 --- a/test/unittest/istreamwrappertest.cpp +++ b/test/unittest/istreamwrappertest.cpp @@ -93,7 +93,7 @@ TEST(IStreamWrapper, wistringstream) { } TEST(IStreamWrapper, wstringstream) { - TestStringStream(); + TestStringStream(); } template