File: race_enabled_test.go

package info (click to toggle)
golang-github-klauspost-compress 1.18.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 46,604 kB
  • sloc: asm: 23,155; sh: 72; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019+ Klaus Post. All rights reserved.
// License information can be found in the LICENSE file.

//go:build race
// +build race

package zstd

func init() {
	isRaceTest = true
}