mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 12:32:29 +00:00
s/rtfeldman/roc-lang/g in links to GitHub repos
This commit is contained in:
parent
af8a81de9f
commit
97e2900bf5
84 changed files with 174 additions and 174 deletions
|
@ -214,7 +214,7 @@ pub fn run_with_valgrind<'a, I: IntoIterator<Item = &'a str>>(
|
|||
cmd.arg("--xml=yes");
|
||||
|
||||
// If you are having valgrind issues on MacOS, you may need to suppress some
|
||||
// of the errors. Read more here: https://github.com/rtfeldman/roc/issues/746
|
||||
// of the errors. Read more here: https://github.com/roc-lang/roc/issues/746
|
||||
if let Some(suppressions_file_os_str) = env::var_os("VALGRIND_SUPPRESSIONS") {
|
||||
match suppressions_file_os_str.to_str() {
|
||||
None => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue