summaryrefslogtreecommitdiffstats
path: root/tests/set4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set4.rs')
-rw-r--r--tests/set4.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/set4.rs b/tests/set4.rs
index ebcbd76..5095b6a 100644
--- a/tests/set4.rs
+++ b/tests/set4.rs
@@ -197,6 +197,7 @@ fn problem_31() {
let (kill_w, kill_r) = std::sync::mpsc::channel();
std::thread::spawn(move || {
let mut child = std::process::Command::new(server_bin)
+ .args(&["50"])
.stdout(std::process::Stdio::piped())
.spawn()
.unwrap();