about summary refs log tree commit diff
path: root/tests/ui/io-checks/stdout-stderr-separation.rs
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-07-01 18:24:12 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-07-05 00:45:24 +0500
commitb28806da237176468ab2afae42b51fe43ad416e6 (patch)
treef0d5298f2f64415993c0456faf966d55e4b677e0 /tests/ui/io-checks/stdout-stderr-separation.rs
parent986f1c9b692665d4e7388062b8d8536acb0c99fd (diff)
downloadrust-b28806da237176468ab2afae42b51fe43ad416e6.tar.gz
rust-b28806da237176468ab2afae42b51fe43ad416e6.zip
cleaned up some tests
Diffstat (limited to 'tests/ui/io-checks/stdout-stderr-separation.rs')
-rw-r--r--tests/ui/io-checks/stdout-stderr-separation.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/io-checks/stdout-stderr-separation.rs b/tests/ui/io-checks/stdout-stderr-separation.rs
index 4b356e2fe61..1bb3f16d3a1 100644
--- a/tests/ui/io-checks/stdout-stderr-separation.rs
+++ b/tests/ui/io-checks/stdout-stderr-separation.rs
@@ -1,3 +1,6 @@
+//! Test that print!/println! output to stdout and eprint!/eprintln!
+//! output to stderr correctly.
+
 //@ run-pass
 //@ needs-subprocess