Skip to content

Commit

Permalink
pkg/host: enable FeatureComparisons on FreeBSD
Browse files Browse the repository at this point in the history
Same as #952, just for FreeBSD.
  • Loading branch information
tuexen authored and dvyukov committed Jan 20, 2019
1 parent 353f32e commit fd37a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/host/host_freebsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, st

func init() {
checkFeature[FeatureCoverage] = unconditionallyEnabled
checkFeature[FeatureComparisons] = unconditionallyEnabled
checkFeature[FeatureNetworkInjection] = unconditionallyEnabled
}

0 comments on commit fd37a55

Please sign in to comment.