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…
x
Reference in New Issue
Block a user