Fix cURL test.

This commit is contained in:
Jeroen van Rijn
2025-12-04 14:11:13 +01:00
parent 9ac813e582
commit be943e9757
3 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ test_curl :: proc(t: ^testing.T) {
curl.global_init(curl.GLOBAL_ALL)
c := curl.easy_init()
testing.expect(t, c == nil, "curl.easy_init failed")
testing.expect(t, c != nil, "curl.easy_init failed")
defer curl.easy_cleanup(c)

Binary file not shown.

Binary file not shown.