about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-09-05 16:48:11 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-09-05 21:22:51 +0800
commit9504090e7de2651b23ff83aaff7ef6eceab0024c (patch)
tree4f766d0f80738d1a6d590a9397f4fc5a2389ba42
parent7154d39231fd8051bc207dda3afba21a11b14fcd (diff)
downloadrust-9504090e7de2651b23ff83aaff7ef6eceab0024c.tar.gz
rust-9504090e7de2651b23ff83aaff7ef6eceab0024c.zip
tests: update test instruction in `thumb-none-cortex-m`
-rw-r--r--tests/run-make-cargo/thumb-none-cortex-m/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make-cargo/thumb-none-cortex-m/rmake.rs b/tests/run-make-cargo/thumb-none-cortex-m/rmake.rs
index 27afef874da..6158b9c36da 100644
--- a/tests/run-make-cargo/thumb-none-cortex-m/rmake.rs
+++ b/tests/run-make-cargo/thumb-none-cortex-m/rmake.rs
@@ -4,7 +4,7 @@
 //!
 //! How to run this
 //! $ ./x.py clean
-//! $ ./x.py test --target thumbv6m-none-eabi,thumbv7m-none-eabi tests/run-make
+//! $ ./x.py test --target thumbv6m-none-eabi,thumbv7m-none-eabi tests/run-make-cargo
 //!
 //! Supported targets:
 //! - thumbv6m-none-eabi (Bare Cortex-M0, M0+, M1)