diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-07-01 18:24:12 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-07-05 00:45:24 +0500 |
| commit | b28806da237176468ab2afae42b51fe43ad416e6 (patch) | |
| tree | f0d5298f2f64415993c0456faf966d55e4b677e0 /tests/ui/io-checks/stdout-stderr-separation.rs | |
| parent | 986f1c9b692665d4e7388062b8d8536acb0c99fd (diff) | |
| download | rust-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.rs | 3 |
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 |
