Skip to content

Commit

Permalink
Fix compilation issue in sdl package
Browse files Browse the repository at this point in the history
  • Loading branch information
mokiat committed Nov 20, 2023
1 parent e06e035 commit 60eec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl/struct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestStructABI(t *testing.T) {
{TouchFingerEvent{}, cTouchFingerEvent{}, nil},
{MultiGestureEvent{}, cMultiGestureEvent{}, nil},
{DollarGestureEvent{}, cDollarGestureEvent{}, nil},
{tDropEvent{}, cDropEvent{}, dropEventEdgeCase},
{DropEvent{}, cDropEvent{}, dropEventEdgeCase},
{UserEvent{}, cUserEvent{}, nil},
{SysWMEvent{}, cSysWMEvent{}, nil},
}
Expand Down

0 comments on commit 60eec5d

Please sign in to comment.