Rename lib_machine_tests.rs to tests.rs

This commit is contained in:
bakaq
2024-12-12 05:34:16 -03:00
parent 9265d66f58
commit a92eac919f
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ use indexmap::IndexMap;
use super::{streams::Stream, Atom, AtomCell, HeapCellValue, HeapCellValueTag, Machine}; use super::{streams::Stream, Atom, AtomCell, HeapCellValue, HeapCellValueTag, Machine};
#[cfg(test)] #[cfg(test)]
mod lib_machine_tests; mod tests;
/// Represents a leaf answer from a query. /// Represents a leaf answer from a query.
#[derive(Debug, Clone, PartialEq)] #[derive(Debug, Clone, PartialEq)]