Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
0d5c23f0c3fda3b89d25b270ca064d30e494aeb2
/
.
/
crates
/
toml_edit
/
tests
/
decoder_compliance.rs
blob: 37a9335e08642f8637c7a567835b03952051d828 [
file
] [
log
] [
blame
]
mod
decoder
;
fn
main
()
{
let
decoder
=
decoder
::
Decoder
;
let
mut
harness
=
toml_test_harness
::
DecoderHarness
::
new
(
decoder
);
harness
.
version
(
"1.0.0"
);
harness
.
ignore
([]).
unwrap
();
harness
.
test
();
}