Skip to content

Commit 78a4090

Browse files
committed
Fix failing build
1 parent c7c1ac6 commit 78a4090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn main() {
3030
use expectrl::AsyncExpect;
3131

3232
let f = async {
33-
let mut session = spawn("python ./tests/source/ansi.py").unwrap();
33+
let mut p = spawn("python ./tests/source/ansi.py").unwrap();
3434

3535
loop {
3636
let result = check! {

0 commit comments

Comments
 (0)