Sign in
◑
Theme
rust
/
rust
/
08ec41ea3dfd2d30a5747a084d0dbc79fba227d6
/
.
/
tests
/
ui
/
macros
/
assert-long-condition.rs
blob: f8311b57ae7ed51516e31568e29623437db9ef4a [
file
]
//@ run-fail
//@ check-run-results
//@ exec-env:RUST_BACKTRACE=0
fn
main
()
{
// ignore-tidy-linelength
assert
!(
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
==
0
);
}