• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[cfg(test)]
2 mod test {
3     #[test]
test_repo_remapping()4     fn test_repo_remapping() {
5         let data = lib_b::read_file_from_module_c();
6         assert_eq!(data, "module(name = \"module_c\")\n");
7     }
8 }
9