summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/write_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/write_test.cpp b/test/write_test.cpp
index 5c5cab055b..3f9327b978 100644
--- a/test/write_test.cpp
+++ b/test/write_test.cpp
@@ -51,6 +51,7 @@ void test_stream_writer_big()
0x00, 0x06, //string length in Big Endian
'f', 'o', 'o', 'b', 'a', 'r'
};
+ std::string s = os.str();
ASSERT(os.str() == expected);
std::clog << "test_stream_writer_big passed" << std::endl;
}