mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Fix test
This commit is contained in:
parent
09b37d7433
commit
2efa9d7969
@ -31,15 +31,15 @@
|
|||||||
24| 1| println!("{:?}", Foo(1));
|
24| 1| println!("{:?}", Foo(1));
|
||||||
25| 1|
|
25| 1|
|
||||||
26| 1| assert_ne!(Foo(0), Foo(5), "{}", if is_true { "true message" } else { "false message" });
|
26| 1| assert_ne!(Foo(0), Foo(5), "{}", if is_true { "true message" } else { "false message" });
|
||||||
^0 ^0 ^0 ^0
|
^0 ^0 ^0
|
||||||
27| 1| assert_ne!(
|
27| 1| assert_ne!(
|
||||||
28| | Foo(0)
|
28| | Foo(0)
|
||||||
29| | ,
|
29| | ,
|
||||||
30| | Foo(5)
|
30| | Foo(5)
|
||||||
31| | ,
|
31| | ,
|
||||||
32| 0| "{}"
|
32| 0| "{}"
|
||||||
33| | ,
|
33| 0| ,
|
||||||
34| | if
|
34| 0| if
|
||||||
35| 0| is_true
|
35| 0| is_true
|
||||||
36| | {
|
36| | {
|
||||||
37| 0| "true message"
|
37| 0| "true message"
|
||||||
|
Loading…
Reference in New Issue
Block a user