Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs737 let expected_c = fs::read_to_string(expect_path.with_extension("c")) in test_wrap_static_fns() localVariable
743 if expected_c != actual_c { in test_wrap_static_fns()
746 &expected_c, in test_wrap_static_fns()
/third_party/openssl/test/
Ddsatest.c241 int expected_c = 1316; in dsa_keygen_test() local
286 || !TEST_int_eq(pcount_out, expected_c) in dsa_keygen_test()