hello: also ensure stderr works
This commit is contained in:
parent
aaf5c5e742
commit
f3018409fc
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
eprintln!("Hello, error!");
|
||||
}
|
||||
|
|
1
src/tools/miri/tests/pass/hello.stderr
Normal file
1
src/tools/miri/tests/pass/hello.stderr
Normal file
|
@ -0,0 +1 @@
|
|||
Hello, error!
|
Loading…
Add table
Reference in a new issue