Skip to content

Commit 7edb043

Browse files
committed
Test for #954
1 parent a1d046c commit 7edb043

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/issue-954.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fn main() {
2+
log 3-2;
3+
assert 3-2 == 1;
4+
}

0 commit comments

Comments
 (0)