Ignore error string text

cc #65
This commit is contained in:
Steven Fackler 2014-10-05 13:47:20 -07:00
parent d136a6bb57
commit 6231a39a41
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ fn get_reason(err: c_ulong) -> String {
} }
#[test] #[test]
#[ignore] // FIXME #65
fn test_uknown_error_should_have_correct_messages() { fn test_uknown_error_should_have_correct_messages() {
let err = 336032784; let err = 336032784;
let library = get_lib(err); let library = get_lib(err);