• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 use external_crate::get_included_str;
2 
3 #[test]
test_lib_with_include()4 fn test_lib_with_include() {
5     assert_eq!(get_included_str(), "I love veggies!\n")
6 }
7