Refactor filtering to start with a universe

This commit is contained in:
Dustin J. Mitchell
2020-12-23 03:39:38 +00:00
parent e6d60524fa
commit a0568f017c
16 changed files with 401 additions and 112 deletions

View File

@@ -11,7 +11,7 @@ pub(crate) fn execute<W: WriteColor>(w: &mut W, replica: &mut Replica) -> Fallib
#[cfg(test)]
mod test {
use super::*;
use crate::invocation::cmd::test::*;
use crate::invocation::test::*;
#[test]
fn test_gc() {