Remove duplicated code from roc_repl_cli and get tests compiling

This commit is contained in:
Brian Carroll 2023-09-09 13:01:31 +01:00
parent 8f59ee9492
commit 3923dad203
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
11 changed files with 107 additions and 561 deletions

View file

@ -3,7 +3,7 @@ use std::io::Write;
use std::path::PathBuf;
use std::process::{Command, ExitStatus, Stdio};
use roc_repl_cli::{SHORT_INSTRUCTIONS, WELCOME_MESSAGE};
use roc_repl_ui::{SHORT_INSTRUCTIONS, WELCOME_MESSAGE};
use roc_test_utils::assert_multiline_str_eq;
const ERROR_MESSAGE_START: char = '─';