If the goal is to make `./miri run` and `./miri run-dep` looks the same in terms of output, that is not quite the case yet: ``` $ ./miri run-dep tests/pass/hello.rs Building test dependencies... Hello, world! ```