int-iterator is now defined interval
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ func doTest(t *testing.T, ctx kern.ExprContext, section string, input *inputType
|
||||
good = false
|
||||
}
|
||||
} else {
|
||||
t.Errorf(">>>%s/%d: `%s` -> got-err = <nil>, expected-err = %v [%s]", section, count, input.source, input.wantResult, kern.TypeName(input.wantResult))
|
||||
t.Errorf(">>>%s/%d: `%s` -> result = %v [%s], got-err = <nil>, expected-err = %v", section, count, input.source, gotResult, kern.TypeName(gotResult), wantErr)
|
||||
good = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user