Skip to content

Commit

Permalink
[hotfix] adding imports for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
br0kej committed Jan 16, 2024
1 parent ad644b1 commit e0b2060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dedup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,14 @@ impl CGCorpus {
}

mod tests {
use crate::dedup::CGCorpus;
use crate::networkx::{
CallGraphFuncWithMetadata, CallGraphNodeFeatureType, CallGraphTypes, NetworkxDiGraph,
};
use std::fs;
use std::fs::read_to_string;
use std::path::Path;
use walkdir::WalkDir;

// Test Dedup on typed CG's
#[test]
Expand Down

0 comments on commit e0b2060

Please sign in to comment.