mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
misc improvements
This commit is contained in:
parent
ec8f6e8a0a
commit
251e1ed070
4 changed files with 27 additions and 31 deletions
|
@ -253,7 +253,7 @@ impl Run {
|
|||
self
|
||||
}
|
||||
|
||||
pub fn with_valigrind(mut self, use_valgrind: bool) -> Self {
|
||||
pub fn with_valgrind(mut self, use_valgrind: bool) -> Self {
|
||||
self.run_with_valgrind = use_valgrind;
|
||||
self
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue