Refactor: Move tester module to utils

This commit is contained in:
Michael Schimmel
2026-02-18 18:09:33 +01:00
parent b6d1d41c8b
commit 193414c1da
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use myc::ast::environment::Environment;
use myc::ast::tester;
use myc::utils::tester;
use clap::Parser;
use std::fs;
use std::path::PathBuf;