Checkpoint, this commit does not compile

This commit is contained in:
Mikayla Maki 2022-07-20 12:41:04 -07:00
parent b493bafb48
commit 9b6df1fb61
6 changed files with 116 additions and 50 deletions

View file

@ -24,7 +24,7 @@ impl<'a> TerminalTestContext<'a> {
);
let connection =
cx.add_model(|cx| TerminalConnection::new(None, None, None, size_info, cx));
cx.add_model(|cx| TerminalConnection::new_tty(None, None, None, size_info, cx));
TerminalTestContext { cx, connection }
}