mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
Merge pull request #227 from ignisf/patch-1
v8 version spec fails after upstream update
This commit is contained in:
commit
93a2c7792f
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ describe V8::C do
|
|||
end
|
||||
|
||||
it "can access the V8 version" do
|
||||
V8::C::V8::GetVersion().should match /^3\.11/
|
||||
V8::C::V8::GetVersion().should match /^3\.15/
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue