split test_utils

This commit is contained in:
Luke Boswell 2024-04-15 20:30:34 +10:00
parent 972b254ebd
commit f9771a9983
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
12 changed files with 70 additions and 47 deletions

View file

@ -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) + '_ {