aboutsummaryrefslogtreecommitdiffstats
path: root/prog/hints_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/hints_test.go')
-rw-r--r--prog/hints_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/hints_test.go b/prog/hints_test.go
index 44c24bfb8..ad525b71b 100644
--- a/prog/hints_test.go
+++ b/prog/hints_test.go
@@ -319,7 +319,7 @@ func TestHintsCheckDataArg(t *testing.T) {
s += fmt.Sprintf("0x%x, ", x)
}
s += "]\n"
- t.Fatalf(s)
+ t.Fatal(s)
}
})
}