()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected