Update ruby interop test

This commit is contained in:
Richard Feldman 2023-10-22 14:48:31 -04:00
parent 7b83dd6ef9
commit d25c7b7025
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -625,7 +625,12 @@ mod cli_run {
ignore = "this platform is broken, and `roc run --lib` is missing on windows"
)]
fn ruby_interop() {
test_roc_app_slim("examples/ruby-interop", "main.roc", "", UseValgrind::Yes)
test_roc_app_slim(
"examples/ruby-interop",
"libhello.roc",
"",
UseValgrind::Yes,
)
}
#[test]