From 82637071125671bf01b4890275c5ddf0eaaaa654 Mon Sep 17 00:00:00 2001 From: 5225225 <5225225@mailbox.org> Date: Thu, 14 Mar 2024 22:38:22 +0000 Subject: [PATCH] Add comment explaining exit-code test intent --- tests/run-make/exit-code/rmake.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run-make/exit-code/rmake.rs b/tests/run-make/exit-code/rmake.rs index 0e8cb3dde453f..d1a3f0c1700c2 100644 --- a/tests/run-make/exit-code/rmake.rs +++ b/tests/run-make/exit-code/rmake.rs @@ -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};