add #[cfg(test)]
This commit is contained in:
parent
77eaa208ed
commit
66d15bb2da
@ -132,7 +132,8 @@ impl CrateGraph {
|
||||
}
|
||||
|
||||
|
||||
mod test {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::{CrateGraph, FxHashMap, FileId, SmolStr};
|
||||
#[test]
|
||||
#[should_panic]
|
||||
|
Loading…
x
Reference in New Issue
Block a user