Closed
Description
For maintainability, rustc::front::test
it should only be generating calls into std::test
, so either there should be an os::args
reexport in std::test
or (my preference) test_main
should contain the call to os::args
and there should be a separate function for executing the console test running while providing the args.