From d709b4c31bfc5feaace72a15a0fcd527ad89db93 Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:12:04 +0100 Subject: [PATCH] a Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- src/tests.rs | 1 + 1 file changed, 1 insertion(+) 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) => {