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

Function test_consts

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

Source from the content-addressed store, hash-verified

1046
1047 #[test]
1048 fn test_consts() {
1049 const TEST: &str = include_str!("../tests/bugpoint_consts.clif");
1050 const EXPECTED: &str = include_str!("../tests/bugpoint_consts_expected.clif");
1051 run_test(TEST, EXPECTED);
1052 }
1053}

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected