Skip to content

Commit

Permalink
Skip rb_exc_raise
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 18, 2021
1 parent f62fa91 commit 8490cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby_memcheck/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Configuration
DEFAULT_SKIPPED_RUBY_FUNCTIONS = [
/\Arb_check_funcall/,
/\Arb_enc_raise\z/,
/\Arb_exc_raise\z/,
/\Arb_funcall/,
/\Arb_ivar_set\z/,
/\Arb_raise\z/,
Expand Down

0 comments on commit 8490cc8

Please sign in to comment.