Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cache/src/worker/
H A Dtests.rs124 let mod_data = "some test data to be compressed"; in test_on_get_recompress_with_mod_file() localVariable
126 mod_data.as_bytes(), in test_on_get_recompress_with_mod_file()
168 assert_eq!(decoded_data, mod_data.as_bytes()); in test_on_get_recompress_with_mod_file()
199 let mod_data = "some test data to be compressed"; in test_on_get_recompress_lock() localVariable
201 mod_data.as_bytes(), in test_on_get_recompress_lock()
245 assert_eq!(decoded_data, mod_data.as_bytes()); in test_on_get_recompress_lock()