Skip to content

Commit

Permalink
run all the pack specs, they seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Apr 21, 2013
1 parent 2f11fd3 commit bdf1b80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions spec/tags/core/array/pack/x_tags.txt
Expand Up @@ -4,3 +4,4 @@ fails:Array#pack with format 'x' does not add a NULL byte when passed the '*' mo
fails:Array#pack with format 'X' reduces the output string by one byte at the point it is encountered
fails:Array#pack with format 'X' does not consume any elements
fails:Array#pack with format 'X' reduces the output string by multiple bytes when passed a count modifier
fails:Array#pack with format 'X' has no affect when passed the '*' modifier
1 change: 0 additions & 1 deletion topaz.mspec
Expand Up @@ -4,7 +4,6 @@ class MSpecScript

MSpec.enable_feature :fiber
core = ["#{Rubyspec}/core/",
"^#{Rubyspec}/core/array/pack/",
"^#{Rubyspec}/core/struct",
"^#{Rubyspec}/core/string/unpack/",
"^#{Rubyspec}/core/string/split_spec.rb",
Expand Down

0 comments on commit bdf1b80

Please sign in to comment.