Skip to content

Commit f301840

Browse files
committed
hello: also ensure stderr works
1 parent aaf5c5e commit f301840

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/miri/tests/pass/hello.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fn main() {
22
println!("Hello, world!");
3+
eprintln!("Hello, error!");
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, error!

0 commit comments

Comments
 (0)