Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 8286835

Browse files
committed
Adjust specs for changed include directory
1 parent 765b646 commit 8286835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/location_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
end
6161

6262
it "prepends its own incflags before any pre-existing ones" do
63-
expect(@context.incflags).to eql "-I/foo\\ bar/v8 -I/usr/include -I/usr/local/include"
63+
expect(@context.incflags).to eql "-I/foo\\ bar/v8/include -I/usr/include -I/usr/local/include"
6464
end
6565

6666
it "prepends the locations of any libv8 objects on the the ldflags" do

0 commit comments

Comments
 (0)