Skip to content

Commit

Permalink
Add generate_debug_info field to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Feb 27, 2020
1 parent 0c8464e commit 3691c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runtime-core/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,8 @@ mod vm_ctx_tests {
em_symbol_map: None,

custom_sections: HashMap::new(),

generate_debug_info: false,
},
}
}
Expand Down

0 comments on commit 3691c80

Please sign in to comment.