Skip to content

Commit

Permalink
Merge pull request servo#8 from metajack/diable-binary-keys-test
Browse files Browse the repository at this point in the history
Disable test_binary_keys.
  • Loading branch information
larsbergstrom committed Aug 11, 2014
2 parents 150331b + 997da1f commit aa3dbab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phf/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ mod map {
)

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

0 comments on commit aa3dbab

Please sign in to comment.