aboutsummaryrefslogtreecommitdiff
path: root/src/strings/strings_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/strings_test.go')
-rw-r--r--src/strings/strings_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/strings_test.go b/src/strings/strings_test.go
index 68b5943c59..43979491c1 100644
--- a/src/strings/strings_test.go
+++ b/src/strings/strings_test.go
@@ -294,7 +294,7 @@ func TestIndexRune(t *testing.T) {
t.Fatalf("'δΈ–' at %d; want 4", i)
}
})
- if allocs != 0 {
+ if allocs != 0 && testing.CoverMode() == "" {
t.Errorf("expected no allocations, got %f", allocs)
}
}