diff --git a/src/tests.rs b/src/tests.rs index 65d064cd..f407f7a7 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -114,6 +114,7 @@ pub fn test_context_creation() { Ok(descriptor) => descriptor, Err(Error::UnsupportedGLProfile) | Err(Error::UnsupportedGLVersion) => { // Nothing we can do about this. Go on to the next one. + println!(" Unsupported"); continue; } Err(err) => {