tests: valgrind: disable string.replace() test for now
parent
494f4fe986
commit
7963e48ca1
|
@ -33,7 +33,7 @@ fn str_replace() {
|
|||
fn main() {
|
||||
println('start')
|
||||
foo()
|
||||
str_replace()
|
||||
//str_replace()
|
||||
println('end')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue