From d25c7b7025dbab5f2774eb41c7f855df6be0bcf4 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 22 Oct 2023 14:48:31 -0400 Subject: [PATCH] Update ruby interop test --- crates/cli/tests/cli_run.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index ef70681bf8..f7ad28928c 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -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]