Fix test_buffer test case

This commit is contained in:
Johan Wikman 2019-05-15 12:17:10 +03:00
parent 74d912195a
commit b80aa081fe

View File

@ -589,5 +589,5 @@ int main(int argc, char** argv)
result += test1();
exit(result);
return result;
}