Skip to content

Commit ab05a6f

Browse files
committed
transpile: Add cross check fields to TranspilerConfig for snapshots
1 parent 9731c3a commit ab05a6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

c2rust-transpile/tests/snapshots.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ fn config() -> TranspilerConfig {
2222
fail_on_multiple: false,
2323
filter: None,
2424
debug_relooper_labels: false,
25+
cross_checks: false,
26+
cross_check_backend: Default::default(),
27+
cross_check_configs: Default::default(),
2528
prefix_function_names: None,
2629
translate_asm: true,
2730
use_c_loop_info: true,

0 commit comments

Comments
 (0)