mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
Test for #954
This commit is contained in:
parent
a1d046c75c
commit
7edb043889
4
src/test/run-pass/issue-954.rs
Normal file
4
src/test/run-pass/issue-954.rs
Normal file
@ -0,0 +1,4 @@
|
||||
fn main() {
|
||||
log 3-2;
|
||||
assert 3-2 == 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user