Skip to content

Commit

Permalink
hello: also ensure stderr works
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 5, 2024
1 parent 42e3d59 commit 1d43fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/pass/hello.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fn main() {
println!("Hello, world!");
eprintln!("Hello, error!");
}
1 change: 1 addition & 0 deletions tests/pass/hello.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello, error!

0 comments on commit 1d43fe1

Please sign in to comment.