mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix Linux build
This commit is contained in:
parent
5cc03c7618
commit
596913ee91
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ fn with_test_native_font(f: fn@(nf: &NativeFont)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
fn with_lib(f: fn@(FT_Library)) {
|
fn with_lib(f: fn@(FT_Library)) {
|
||||||
let lib: FT_Library = null();
|
let lib: FT_Library = null();
|
||||||
assert FT_Init_FreeType(addr_of(lib)).succeeded();
|
assert FT_Init_FreeType(addr_of(lib)).succeeded();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue