We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e30ae commit d24bdcdCopy full SHA for d24bdcd
test/runtests.jl
@@ -4,4 +4,5 @@ using Test
4
@testset "version" begin
5
@test LibCSFML.CSFML_VERSION_MAJOR == 2
6
@test LibCSFML.CSFML_VERSION_MINOR == 5
7
+ @test_nowarn mode = sfVideoMode(1280, 720, 32)
8
end
0 commit comments