Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Parcel.values, tests
  • Loading branch information
moritz committed Jul 10, 2011
1 parent f83f8ce commit 4050741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/Parcel.pm
Expand Up @@ -16,6 +16,7 @@ my class Parcel does Positional {
method list() {
nqp::p6list(nqp::clone($!storage), List, Mu)
}
method values() { self.list }

method lol() {
nqp::p6list(nqp::clone($!storage), LoL, Mu)
Expand Down
4 changes: 2 additions & 2 deletions t/spectest.data
Expand Up @@ -46,7 +46,7 @@ S02-builtin_data_types/type.t
# S02-builtin_data_types/whatever.t # needs enum support
S02-lexical-conventions/unicode.t # icu
S02-literals/array-interpolation.t
# S02-literals/autoref.t # err: Method 'values' not found for invocant of class 'Parcel'
S02-literals/autoref.t
# S02-literals/char-by-name.t # icu
S02-literals/char-by-number.t
S02-literals/fmt-interpolation.t
Expand Down Expand Up @@ -497,7 +497,7 @@ S32-hash/exists.t
S32-list/create.t
# S32-list/end.t
# S32-list/first.t
# S32-list/grep.t
S32-list/grep.t
S32-list/join.t
S32-list/map_function_return_values.t
# S32-list/map.t
Expand Down

0 comments on commit 4050741

Please sign in to comment.