tests: valgrind: disable string.replace() test for now

pull/5002/head
Alexander Medvednikov 2020-05-24 07:33:33 +00:00
parent 494f4fe986
commit 7963e48ca1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fn str_replace() {
fn main() {
println('start')
foo()
str_replace()
//str_replace()
println('end')
}