[io/tests] gracefully terminate the runtime on success
Compare changes
@@ -54,12 +54,12 @@ auto main(int argc, char* argv[]) -> int {
@@ -54,12 +54,12 @@ auto main(int argc, char* argv[]) -> int {
This allows the examination of stats which get printed in the Runtime destructor. Also remove useless stdlib includes (Why does iwyu not catch those?).