mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
move expect running logic into repl_expect
This commit is contained in:
parent
37786f1a09
commit
64c2d8d87e
7 changed files with 367 additions and 306 deletions
|
|
@ -11,6 +11,7 @@ use roc_target::TargetInfo;
|
|||
use roc_types::subs::{Subs, Variable};
|
||||
|
||||
mod app;
|
||||
pub mod run;
|
||||
|
||||
use app::{ExpectMemory, ExpectReplApp};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue