aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFredrik Noren <fredrik.jw.noren@gmail.com>2016-01-09 13:32:48 -0500
committerFredrik Noren <fredrik.jw.noren@gmail.com>2016-01-09 13:32:48 -0500
commitc344f36e93e44f6d8189f904053c585fd9dd8ccc (patch)
tree8c76f971cc7a575f493a47b7525de3f26d521db7 /tests
parent3d2f71e59b83d00685ee6432aa7804367f9b734e (diff)
downloadglutin-c344f36e93e44f6d8189f904053c585fd9dd8ccc.tar.gz
glutin-c344f36e93e44f6d8189f904053c585fd9dd8ccc.zip
Trigger build
Diffstat (limited to 'tests')
-rw-r--r--tests/headless.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headless.rs b/tests/headless.rs
index b116139..57e0275 100644
--- a/tests/headless.rs
+++ b/tests/headless.rs
@@ -8,6 +8,7 @@ mod gl {
}
use gl::types::*;
+
#[cfg(not(target_os = "linux"))]
#[test]
fn test_headless() {