Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dprint.rs104 let test_condition = match returns.len() { in fmt() localVariable
116 writeln!(f, "; run: {}({}){}", self.main().name, args, test_condition)?; in fmt()