mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Only run headless test on osx for now
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user