MCPcopy Create free account
hub / github.com/Dadoum/android-loader / gnu_hash_tests

Function gnu_hash_tests

src/android_library.rs:464–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462
463 #[test]
464 fn gnu_hash_tests() {
465 assert_eq!(GnuHashTable::hash(""), 0x00001505);
466 assert_eq!(GnuHashTable::hash("printf"), 0x156b2bb8);
467 assert_eq!(GnuHashTable::hash("exit"), 0x7c967e3f);
468 }
469}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected