1 2 3 4 5 6 7
mod util; use util::run_wast_test_file; #[test] fn decode_errors() { run_wast_test_file("decode-errors/decode-errors"); }