The name of 'list' has been changed to 'array'; from now on, 'list' will refer to the linked list.
This commit is contained in:
@@ -41,7 +41,7 @@ func TestFmt(t *testing.T) {
|
||||
ctx := NewSimpleStore()
|
||||
currentStdout := kern.SetCtrl(ctx, kern.ControlStdout, &b)
|
||||
|
||||
runCtxTestSuite(t, ctx, section, inputs)
|
||||
RunCtxTestSuite(t, ctx, section, inputs)
|
||||
|
||||
kern.SetCtrl(ctx, kern.ControlStdout, currentStdout)
|
||||
if b.String() != text+"\n" {
|
||||
|
||||
Reference in New Issue
Block a user