mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 13:34:15 +00:00
split test_utils
This commit is contained in:
parent
972b254ebd
commit
f9771a9983
12 changed files with 70 additions and 47 deletions
|
|
@ -11,7 +11,8 @@ mod test_fmt {
|
|||
use roc_parse::module::{self, module_defs};
|
||||
use roc_parse::parser::Parser;
|
||||
use roc_parse::state::State;
|
||||
use roc_test_utils::{assert_multiline_str_eq, workspace_root};
|
||||
use roc_test_utils::assert_multiline_str_eq;
|
||||
use roc_test_utils_dir::workspace_root;
|
||||
use test_syntax::test_helpers::Input;
|
||||
|
||||
fn check_formatting(expected: &'_ str) -> impl Fn(Input) + '_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue