Home
last modified time | relevance | path

Searched refs:expectation_file (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs153 let mut expectation_file = fs::File::create(filename)?; in error_diff_mismatch() variables
154 expectation_file.write_all(actual.as_bytes())?; in error_diff_mismatch()
191 let mut expectation_file; in compare_generated_header() variables
222 expectation_file = fs::File::open(&expectation).ok(); in compare_generated_header()
227 if expectation_file.is_none() { in compare_generated_header()
230 expectation_file = fs::File::open(&expectation).ok(); in compare_generated_header()
235 match expectation_file { in compare_generated_header()

Completed in 2 milliseconds