Skip to content

Commit

Permalink
[Truffle] Adding stdlib/abbrev.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 1, 2015
1 parent 5a353b7 commit 6ecc54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/abbrev.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/abbrev'
1 change: 1 addition & 0 deletions spec/truffle/truffle.mspec
Expand Up @@ -100,6 +100,7 @@ class MSpecScript
set :core, core

set :library, [
"spec/ruby/library/abbrev",
"spec/ruby/library/base64",
"spec/ruby/library/erb",
"spec/ruby/library/set",
Expand Down

2 comments on commit 6ecc54f

@chrisseaton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did all the specs pass?

@bjfish
Copy link
Contributor Author

@bjfish bjfish commented on 6ecc54f Apr 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.