1
0
Fork 0
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:
Petko Bordjukov 2016-09-03 14:19:20 +03:00
parent 0740d14f48
commit f8da12b158
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Libv8
VERSION = "5.3.332.38.0beta1"
VERSION = "5.3.332.38.0beta2"
end

View file

@ -64,7 +64,7 @@ describe "libv8 locations" do
end
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