Commit 6231a39a authored by Steven Fackler's avatar Steven Fackler
Browse files

Ignore error string text

cc #65
parent d136a6bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ fn get_reason(err: c_ulong) -> String {
}

#[test]
#[ignore] // FIXME #65
fn test_uknown_error_should_have_correct_messages() {
    let err = 336032784;
    let library = get_lib(err);