Skip to content

Commit

Permalink
[Truffle] Adding getoptlong to the stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 5, 2015
1 parent a5e7069 commit b9fff84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/getoptlong.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/getoptlong'
1 change: 1 addition & 0 deletions spec/truffle/tags/library/getoptlong/initialize_tags.txt
@@ -0,0 +1 @@
fails:GetoptLong#initialize sets ordering to PERMUTE if ENV['POSIXLY_CORRECT'] is not set
1 change: 1 addition & 0 deletions spec/truffle/truffle.mspec
Expand Up @@ -104,6 +104,7 @@ class MSpecScript
"spec/ruby/library/base64",
"spec/ruby/library/complex",
"spec/ruby/library/erb",
"spec/ruby/library/getoptlong",
"spec/ruby/library/observer",
"spec/ruby/library/set",
"spec/ruby/library/shellwords",
Expand Down

0 comments on commit b9fff84

Please sign in to comment.