Sign in
android
/
platform
/
external
/
rust
/
cxx
/
refs/heads/android15-tests-dev
/
.
/
tests
/
compiletest.rs
blob: cd58514f1bdfe3c31027aa99b463be6cbaae7da1 [
file
] [
log
] [
blame
] [
edit
]
#[
allow
(
unused_attributes
)]
#[
rustversion
::
attr
(
not
(
nightly
),
ignore
)]
#[
cfg_attr
(
skip_ui_tests
,
ignore
)]
#[
cfg_attr
(
miri
,
ignore
)]
#[
test
]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}