mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-13 08:06:14 +00:00
9 lines
220 B
Go
9 lines
220 B
Go
![]() |
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||
|
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||
|
|
||
|
// +build race
|
||
|
|
||
|
package prog
|
||
|
|
||
|
const raceEnabled = true
|