Only run headless test on osx for now

This commit is contained in:
Fredrik Noren 2016-01-09 14:31:56 -05:00
parent c344f36e93
commit a5de084856

View file

@ -9,7 +9,7 @@ mod gl {
use gl::types::*; use gl::types::*;
#[cfg(not(target_os = "linux"))] #[cfg(target_os = "macos")]
#[test] #[test]
fn test_headless() { fn test_headless() {
let width: i32 = 256; let width: i32 = 256;