Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/truffle/specs/truffle/debug/java_class_of_spec.rb
Original file line number Diff line number Diff line change
@@ -34,8 +34,4 @@
Truffle::Debug.java_class_of(3.14).should == 'Double'
end

it "returns 'DynamicObject*' for a String" do
Truffle::Debug.java_class_of('test').start_with?('DynamicObject').should be_true
end

end

0 comments on commit abfcf8b

Please sign in to comment.