Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] With private #puts we are failing a couple specs.
  • Loading branch information
eregon committed Oct 7, 2014
1 parent 74921c2 commit 380f660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/language/defined_tags.txt
Expand Up @@ -39,3 +39,5 @@ fails:The defined? keyword for loop expressions returns 'expression' for a 'retr
fails:The defined? keyword for return expressions returns 'expression'
fails:The defined? keyword for loop expressions returns 'expression' for a 'for' expression
fails:The defined? keyword for a module method call scoped constant returns nil if the outer scope constant in the receiver is not defined
fails:The defined? keyword when called with a method name without a receiver returns 'method' if the method is defined
fails:The defined? keyword when called with a method name having a module as receiver returns 'method' if the method is defined

0 comments on commit 380f660

Please sign in to comment.