Skip to content

Commit 3691c80

Browse files
author
Mark McCaskey
committed
Add generate_debug_info field to test
1 parent 0c8464e commit 3691c80

File tree

1 file changed

+2
-0
lines changed
  • lib/runtime-core/src

1 file changed

+2
-0
lines changed

lib/runtime-core/src/vm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,8 @@ mod vm_ctx_tests {
11301130
em_symbol_map: None,
11311131

11321132
custom_sections: HashMap::new(),
1133+
1134+
generate_debug_info: false,
11331135
},
11341136
}
11351137
}

0 commit comments

Comments
 (0)