We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87aaee2 commit c231b93Copy full SHA for c231b93
sdl/filesystem_test.go
@@ -5,6 +5,10 @@ import (
5
)
6
7
func TestGetBasePath(t *testing.T) {
8
+ if !VERSION_ATLEAST(2,0,1) {
9
+ return
10
+ }
11
+
12
Do(func() {
13
Init(INIT_EVERYTHING)
14
path := GetBasePath()
0 commit comments