Home
last modified time | relevance | path

Searched refs:transformed_string (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nix/test/sys/
Dtest_termios.rs81 let transformed_string = "foofoofoo\n"; in test_output_flags() localVariable
84 assert_eq!(&buf, transformed_string.as_bytes()); in test_output_flags()