We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcddd1c commit 02c67b2Copy full SHA for 02c67b2
repl/repl_test.go
@@ -25,6 +25,7 @@ func (rt *replTest) Print(out string) {
25
}
26
27
func (rt *replTest) assert(t *testing.T, what, wantPrompt, wantOut string) {
28
+ t.Helper()
29
if rt.prompt != wantPrompt {
30
t.Errorf("%s: Prompt wrong:\ngot= %q\nwant=%q", what, rt.prompt, wantPrompt)
31
0 commit comments