MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / test_reduce

Function test_reduce

cranelift/src/bugpoint.rs:1041–1045  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1039
1040 #[test]
1041 fn test_reduce() {
1042 const TEST: &str = include_str!("../tests/bugpoint_test.clif");
1043 const EXPECTED: &str = include_str!("../tests/bugpoint_test_expected.clif");
1044 run_test(TEST, EXPECTED);
1045 }
1046
1047 #[test]
1048 fn test_consts() {

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected