Text file test/internal/runtime/sys/README

     1  // Copyright 2024 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  The internal/runtime/sys directory contains tests that specifically need to be
     6  compiled as-if in the internal/runtime/sys package. For error-check tests,
     7  these require the additional flags -+ and -p=internal/runtime/sys.
     8  

View as plain text