mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Update ruby interop test
This commit is contained in:
parent
7b83dd6ef9
commit
d25c7b7025
1 changed files with 6 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue