Fix Linux build

This commit is contained in:
Brian Anderson 2012-06-26 00:01:54 -07:00
parent 5cc03c7618
commit 596913ee91

View file

@ -96,7 +96,6 @@ fn with_test_native_font(f: fn@(nf: &NativeFont)) {
}
}
#[cfg(test)]
fn with_lib(f: fn@(FT_Library)) {
let lib: FT_Library = null();
assert FT_Init_FreeType(addr_of(lib)).succeeded();