Skip to content

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 21, 2015
1 parent 0923103 commit f54adb7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phf_macros/tests/test.rs
Expand Up @@ -160,11 +160,6 @@ mod map {
assert_eq!(Some(&0), MAP.get(&[0u8, 1u8]));
}

#[test]
fn test_binary_keys() {
test_key_type!(&'static [u8], b"hello" => 0, b"world" => 1);
}

#[test]
fn test_byte_keys() {
test_key_type!(u8, b'a' => 0, b'b' => 1);
Expand Down

0 comments on commit f54adb7

Please sign in to comment.