Skip to content

Commit

Permalink
Update MRI zlib excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 11, 2018
1 parent 55253e7 commit a512032
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ext/zlib/RubyZlib.java
Expand Up @@ -251,7 +251,7 @@ public static IRubyObject adler32(IRubyObject recv, IRubyObject[] args) {
return recv.getRuntime().newFixnum(result);
}

@JRubyMethod
@JRubyMethod(module = true)
public static IRubyObject inflate(ThreadContext context, IRubyObject recv, IRubyObject string) {
return JZlibInflate.s_inflate(context, recv, string);
}
Expand Down
1 change: 0 additions & 1 deletion test/mri/excludes/TestZlibDeflate.rb
@@ -1,3 +1,2 @@
exclude :test_deflate_chunked, "needs investigation"
exclude :test_deflate_chunked_break, "needs investigation"
exclude :test_deflate_stream, "#2128"
1 change: 0 additions & 1 deletion test/mri/excludes/TestZlibGzipReader.rb
@@ -1,2 +1 @@
exclude :test_encoding, "needs investigation"
exclude :test_gets2, "encoding problem?"

0 comments on commit a512032

Please sign in to comment.