Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
macros
/
assert-as-macro.rs
blob: 391b056292f8482280dc80414493e220ce69aa80 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:assertion failed: 1 == 2
//@ ignore-emscripten no processes
fn
main
()
{
assert
!(
1
==
2
);
}