mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Only run headless test on osx for now
This commit is contained in:
parent
c344f36e93
commit
a5de084856
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue