1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

update the dependent version of libv8.

This commit is contained in:
Charles Lowell 2012-06-15 11:52:12 -05:00
parent 4a4d254844
commit 95836be78e

View file

@ -15,6 +15,6 @@ describe V8::C do
end
it "can access the V8 version" do
V8::C::V8::GetVersion().should match /^3\.10/
V8::C::V8::GetVersion().should match /^3\.11/
end
end