From 4799aaac15285833341d1e0471a2559bd325982f Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 7 Feb 2022 17:05:49 +0100 Subject: refactor: factor out CDP message types (#13551) --- test_util/src/pty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/src') diff --git a/test_util/src/pty.rs b/test_util/src/pty.rs index a8298d7a5..9ca02f857 100644 --- a/test_util/src/pty.rs +++ b/test_util/src/pty.rs @@ -36,7 +36,7 @@ pub fn create_pty( .unwrap() .wait() .unwrap(); - unreachable!(); + std::process::exit(0); } } -- cgit v1.2.3