1
Fork 0

Cleanup: Rid the rmake test runners of extern crate run_make_support;

This commit is contained in:
León Orell Valerian Liehr 2024-05-02 17:57:23 +02:00
parent 80451a485b
commit 09aa77299b
No known key found for this signature in database
GPG key ID: D17A07215F68E713
31 changed files with 0 additions and 55 deletions

View file

@ -1,7 +1,5 @@
// Test that we exit with the correct exit code for successful / unsuccessful / ICE compilations
extern crate run_make_support;
use run_make_support::{rustc, rustdoc, tmp_dir};
fn main() {