Skip to content

Commit 09bca57

Browse files
committed
fix test
1 parent 844badf commit 09bca57

File tree

1 file changed

+4
-1
lines changed
  • test/exec/components-rust/test-exec-js/src

1 file changed

+4
-1
lines changed

test/exec/components-rust/test-exec-js/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ impl Guest for Component {
7474
console.log(`Total Sum: ${sum}`);
7575
});
7676
"# },
77-
&empty_run_options(),
77+
&RunOptions {
78+
stdin: Some("1\n2\n3\n".to_string()),
79+
..empty_run_options()
80+
},
7881
);
7982

8083
restart.here();

0 commit comments

Comments
 (0)