[ruby/yarp] Fix test to use the new location of yarp.so
https://github.com/ruby/yarp/commit/a22b204a11
This commit is contained in:
parent
1002b777c4
commit
d2eb82d969
Notes:
git
2023-08-17 00:48:07 +00:00
@ -13,7 +13,7 @@ if RUBY_PLATFORM =~ /linux/
|
||||
|
||||
@librubyparser_a = File.expand_path(File.join(__dir__, "..", "build", "librubyparser.a"))
|
||||
@librubyparser_so = File.expand_path(File.join(__dir__, "..", "build", "librubyparser.so"))
|
||||
@yarp_so = File.expand_path(File.join(__dir__, "..", "lib", "yarp.so"))
|
||||
@yarp_so = File.expand_path(File.join(__dir__, "..", "lib", "yarp", "yarp.so"))
|
||||
end
|
||||
|
||||
# objdump runner and helpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user