Searched refs:MAGIC_LINE (Results 1 – 2 of 2) sorted by relevance
20 const MAGIC_LINE: &str = "\x05Ready"; constant28 writeln!(&mut output, "{}", MAGIC_LINE).unwrap(); in listen()
172 const MAGIC_LINE: &'static str = "\x05Ready"; constant278 assert_eq!(magic_line.trim(), TestVm::MAGIC_LINE); in new()305 if line.trim() == TestVm::MAGIC_LINE { in exec_in_guest()