mirror of
https://github.com/openharmony/third_party_rust_os_str_bytes.git
synced 2026-07-18 16:14:27 -04:00
9 lines
162 B
Rust
9 lines
162 B
Rust
#![cfg(feature = "checked_conversions")]
|
|
|
|
mod common;
|
|
|
|
#[test]
|
|
fn test_complex() {
|
|
assert_eq!(Ok(()), common::test_bytes(b"\xED\xAB\xBE\xF4\x8D\xBC\x9A"));
|
|
}
|