Skip to content

Commit 6607827

Browse files
committed
fix: valgrind config
1 parent eed9c84 commit 6607827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if RUBY_VERSION >= "2.5"
2828
require "ruby_memcheck"
2929
require "ruby_memcheck/rspec/rake_task"
3030

31-
RubyMemcheck.config(skipped_ruby_functions: ["objspace_malloc_gc_stress"])
31+
RubyMemcheck.config(skipped_ruby_functions: ["rb_utf8_str_new_cstr", "rb_exc_new_str"])
3232
namespace :spec do
3333
RubyMemcheck::RSpec::RakeTask.new(valgrind: :compile)
3434
end

0 commit comments

Comments
 (0)