aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msan.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/msan.go')
-rw-r--r--src/runtime/msan.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/msan.go b/src/runtime/msan.go
index 6a5960b0a8..25aaf94e26 100644
--- a/src/runtime/msan.go
+++ b/src/runtime/msan.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build msan
// +build msan
package runtime