diff options
Diffstat (limited to 'tamer/src/ld/poc.rs')
-rw-r--r-- | tamer/src/ld/poc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tamer/src/ld/poc.rs b/tamer/src/ld/poc.rs index d2b3fcd..d7f9733 100644 --- a/tamer/src/ld/poc.rs +++ b/tamer/src/ld/poc.rs @@ -446,7 +446,7 @@ fn discover_roots(depgraph: &DepGraph) -> Vec<SymRef> { } #[cfg(test)] -mod tests { +mod test { #[test] fn placeholder() {} } |