Skip to content

Commit

Permalink
[Truffle] A couple more constant specs pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Sep 29, 2014
1 parent 929ffb9 commit ece5da4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/truffle/tags/language/constants_tags.txt
@@ -1,4 +1,3 @@
fails:Literal (A::X) constant resolution sends #const_missing to the original class or module scope
fails:Literal (A::X) constant resolution raises a TypeError if a non-class or non-module qualifier is given
fails:Literal (A::X) constant resolution with statically assigned constants does not search the singleton class of the class or module
fails:Literal (A::X) constant resolution with dynamically assigned constants does not search the singleton class of the class or module
Expand Down Expand Up @@ -30,4 +29,3 @@ fails:Literal (A::X) constant resolution with statically assigned constants sear
fails:Literal (A::X) constant resolution with statically assigned constants searches the superclass chain
fails:Constant resolution within methods with statically assigned constants does not search the lexical scope of qualifying modules
fails:Constant resolution within methods with dynamically assigned constants does not search the lexical scope of qualifying modules
fails:Constant resolution within methods with dynamically assigned constants returns the updated value when a constant is reassigned

0 comments on commit ece5da4

Please sign in to comment.