diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/eval/src/value/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/eval/src/value/mod.rs b/tvix/eval/src/value/mod.rs index 057d584fc6ff..fb02dfc3673a 100644 --- a/tvix/eval/src/value/mod.rs +++ b/tvix/eval/src/value/mod.rs @@ -374,9 +374,6 @@ fn type_error(expected: &'static str, actual: &Value) -> ErrorKind { mod tests { use super::*; - #[test] - fn test_name() {} - mod nix_eq { use crate::observer::NoOpObserver; |