src/testing: add support for -benchmem

This commit is contained in:
Damian Gryski
2022-08-10 00:13:01 -07:00
committed by Ron Evans
parent 697e8c725b
commit c4d99e5297
4 changed files with 64 additions and 11 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func TestCorpus(t *testing.T) {
tags.Set(repo.Tags)
opts.Tags = []string(tags)
passed, err := Test(path, out, out, &opts, false, testing.Verbose(), false, "", "", "", "")
passed, err := Test(path, out, out, &opts, false, testing.Verbose(), false, "", "", "", false, "")
if err != nil {
t.Errorf("test error: %v", err)
}