mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
c534fa1b6f
Uses same matcher in testdata (because now we can't replace it in testdata).
11 lines
246 B
Go
11 lines
246 B
Go
// 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
|