On baremetal platforms, use simpler test matcher. Fixes #2666.

Uses same matcher in testdata (because now we can't replace it in testdata).
This commit is contained in:
Dan Kegel
2022-03-13 12:27:44 -07:00
committed by Ron Evans
parent eed78338e6
commit c534fa1b6f
5 changed files with 47 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//go:build baremetal
// +build baremetal
package testing
const isBaremetal = true