Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/method_missing_tags.txt
Original file line number Diff line number Diff line change
@@ -4,3 +4,5 @@ fails:Kernel#method_missing for a Class with #method_missing defined is called w
fails:Kernel#method_missing for a Class with #method_missing defined is called when an private method is called
fails:Kernel#method_missing for an instance with #method_missing defined is called when an protected method is called
fails:Kernel#method_missing for an instance with #method_missing defined is called when an private method is called
fails:Kernel#method_missing for a Module with #method_missing defined is called when an undefined method is called
fails:Kernel#method_missing for a Class with #method_missing defined is called when an undefined method is called

0 comments on commit b13ceec

Please sign in to comment.