Skip to content

Commit

Permalink
Revert "Temporal fix for spec failure"
Browse files Browse the repository at this point in the history
This reverts commit f0c769d.
  • Loading branch information
Hiroshi Nakamura committed Jan 11, 2012
1 parent f0c769d commit b2f3e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/regression/JRUBY-6324_random_srand_spec.rb
Expand Up @@ -9,6 +9,6 @@
it "initializes initial seed for PRNG" do
rt = Java.org.jruby.embed.ScriptingContainer.new
id1, id2 = rt.run_scriptlet("n = 2**128; srand(n); [n.object_id, srand.object_id]")
(id1 == id2).should == true
id1.should == id2
end
end

0 comments on commit b2f3e4f

Please sign in to comment.