mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
Add negative tests
This commit is contained in:
parent
b81141cfb9
commit
51cee15be0
@ -2,5 +2,7 @@
|
||||
|
||||
fn main() {
|
||||
eprintln!("Hello");
|
||||
println!("This should not do anything");
|
||||
eprint!("World");
|
||||
print!("Nor should this");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user