Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split a -sys crate out #68

Merged
merged 19 commits into from Oct 15, 2015

Fix tests

  • Loading branch information
sfackler committed Sep 6, 2015
commit e67072221fb9dd1e21f590601c961fb4d216d2c5
@@ -108,7 +108,7 @@ impl CFRunLoopTimer {
#[cfg(test)]
mod test {
use super::*;
use date::{CFAbsoluteTime, CFAbsoluteTimeGetCurrent};
use core_foundation_sys::date::{CFAbsoluteTime, CFAbsoluteTimeGetCurrent};
use std::mem;
use libc::c_void;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.