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
View File
@@ -1,4 +1,5 @@
pub mod ast;
pub mod utils;
#[cfg(test)]
mod integration_test;