Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev committed Feb 3, 2025
1 parent ec3a20e commit d709b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit d709b4c

Please sign in to comment.