Skip to content

Commit 82066d2

Browse files
flip1995phansch
andauthored
Use println! on success instead of eprintln!
Co-Authored-By: Phil Hansch <[email protected]>
1 parent a6289cc commit 82066d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn integration_test() {
6565
match output.status.code() {
6666
Some(code) => {
6767
if code == 0 {
68-
eprintln!("Compilation successful");
68+
println!("Compilation successful");
6969
} else {
7070
eprintln!("Compilation failed. Exit code: {}", code);
7171
}

0 commit comments

Comments
 (0)