mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Fix a failing test
This commit is contained in:
parent
0740d14f48
commit
f8da12b158
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
module Libv8
|
module Libv8
|
||||||
VERSION = "5.3.332.38.0beta1"
|
VERSION = "5.3.332.38.0beta2"
|
||||||
end
|
end
|
||||||
|
|
|
@ -64,7 +64,7 @@ describe "libv8 locations" do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "prepends the locations of any libv8 objects on the the ldflags" do
|
it "prepends the locations of any libv8 objects on the the ldflags" do
|
||||||
expect(@context.ldflags).to eql "/foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_libplatform.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_libbase.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_snapshot.a -lobjc -lpthread"
|
expect(@context.ldflags).to eql "/foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_libplatform.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_libsampler.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_libbase.a /foo\\ bar/v8/out/x64.release/obj.target/tools/gyp/libv8_snapshot.a -lobjc -lpthread"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue