Skip to content

Commit

Permalink
[Truffle] Tagged a failing spec that shouldn't have been untagged.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Dec 29, 2014
1 parent 56420a0 commit d7e2d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/truffle/tags/core/kernel/eval_tags.txt
Expand Up @@ -3,7 +3,7 @@ fails:Kernel#eval evaluates such that consts are scoped to the class of the eval
fails:Kernel#eval allows a binding to be captured inside an eval
fails:Kernel#eval uses the same scope for local variables when given the same binding
fails:Kernel#eval sets constants at the toplevel from inside a block
passes:Kernel#eval uses the filename of the binding if none is provided
fails:Kernel#eval uses the filename of the binding if none is provided
fails:Kernel#eval uses the receiver as self inside the eval
fails:Kernel#eval returns from the scope calling #eval when evaluating 'return'
fails:Kernel#eval unwinds through a Proc-style closure and returns from a lambda-style closure in the closure chain

0 comments on commit d7e2d71

Please sign in to comment.