mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
parent
554161236a
commit
ef50934721
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TestGemExtCargoBuilder < Gem::TestCase
|
||||||
output = output.join "\n"
|
output = output.join "\n"
|
||||||
bundle = File.join(@dest_path, "release/rust_ruby_example.#{RbConfig::CONFIG['DLEXT']}")
|
bundle = File.join(@dest_path, "release/rust_ruby_example.#{RbConfig::CONFIG['DLEXT']}")
|
||||||
|
|
||||||
assert_match "Finished release [optimized] target(s)", output
|
assert_match "Finished\e[0m release [optimized] target(s)", output
|
||||||
assert_ffi_handle bundle, "Init_rust_ruby_example"
|
assert_ffi_handle bundle, "Init_rust_ruby_example"
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
pp output if output
|
pp output if output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue