The name of 'list' has been changed to 'array'; from now on, 'list' will refer to the linked list.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ func TestBoolNoShortcut(t *testing.T) {
|
||||
current := kern.SetCtrl(ctx, kern.ControlBoolShortcut, false)
|
||||
|
||||
// runCtxTestSuiteSpec(t, ctx, section, inputs, 1)
|
||||
runCtxTestSuite(t, ctx, section, inputs)
|
||||
RunCtxTestSuite(t, ctx, section, inputs)
|
||||
|
||||
kern.SetCtrl(ctx, kern.ControlBoolShortcut, current)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user