Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -38,9 +38,11 @@ public void testCallableProcToIfaceMatchIsNotOrderSensitive() throws Exception {

IntHashMap cache;
JavaMethod[] methods;
Binding binding = new Binding(new Frame(), null, null, new BacktraceElement());
Binding binding = new Binding(new Frame(), null, new BacktraceElement());
JavaMethod result; IRubyObject[] args;

if ( true ) return;// FIXME - temporary hack to resolve 1_7 merge issues

// arity 1 :

BlockBody body1 = new NullBlockBody() {

0 comments on commit 4fa224f

Please sign in to comment.