Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Dec 1, 2023
1 parent 2e03de0 commit 7693080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cimgui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func TestSetIOConfigFlags(t *testing.T) {
defer DestroyContext()

io := CurrentIO()
if io.data == nil {
if io.CData == nil {
t.Error("get io failed")
}

Expand Down

0 comments on commit 7693080

Please sign in to comment.