[ruby/yarp] Fix test to use the new location of yarp.so

https://github.com/ruby/yarp/commit/a22b204a11
This commit is contained in:
Benoit Daloze 2023-08-02 21:37:34 +02:00 committed by Takashi Kokubun
parent 1002b777c4
commit d2eb82d969
Notes: git 2023-08-17 00:48:07 +00:00

View File

@ -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