Skip to content

Commit

Permalink
Add comment explaining exit-code test intent
Browse files Browse the repository at this point in the history
  • Loading branch information
5225225 committed Mar 14, 2024
1 parent 01ec7d7 commit 8263707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-make/exit-code/rmake.rs
Original file line number Diff line number Diff line change
@@ -1,3 +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, out_dir};
Expand Down

0 comments on commit 8263707

Please sign in to comment.