We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b6a0d commit aac3f4eCopy full SHA for aac3f4e
1 file changed
src/unit.cpp
@@ -59,7 +59,7 @@ void testIssue18(vector<shared_ptr<IntegerCODEC>> codecs) {
59
}
60
61
void testSmall(vector<shared_ptr<IntegerCODEC>> codecs) {
62
- std::cout << "[testing small]" << codec->name();
+ std::cout << "[testing small]" << std::endl;
63
vector<uint32_t> data;
64
data.push_back(1U);
65
data.push_back(3U);
0 commit comments