Skip to content

Commit c489688

Browse files
authored
Merge pull request #38 from asmaloney/fix-test
test: Fix build & spelling
2 parents 598dd5d + 397b856 commit c489688

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cimgui_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"testing"
55
)
66

7-
func TestSetIOCofigFlags(t *testing.T) {
8-
CreateContext(0)
9-
defer DestroyContext(0)
7+
func TestSetIOConfigFlags(t *testing.T) {
8+
CreateContext()
9+
defer DestroyContext()
1010

1111
io := GetIO()
1212
if io == 0 {

0 commit comments

Comments
 (0)