Skip to content

Commit e068510

Browse files
committed
assert: remove deprecated build constraints
1 parent 07bac60 commit e068510

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

assert/yaml/yaml_custom.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build testify_yaml_custom && !testify_yaml_fail && !testify_yaml_default
2-
// +build testify_yaml_custom,!testify_yaml_fail,!testify_yaml_default
32

43
// Package yaml is an implementation of YAML functions that calls a pluggable implementation.
54
//

assert/yaml/yaml_default.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !testify_yaml_fail && !testify_yaml_custom
2-
// +build !testify_yaml_fail,!testify_yaml_custom
32

43
// Package yaml is just an indirection to handle YAML deserialization.
54
//

assert/yaml/yaml_fail.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build testify_yaml_fail && !testify_yaml_custom && !testify_yaml_default
2-
// +build testify_yaml_fail,!testify_yaml_custom,!testify_yaml_default
32

43
// Package yaml is an implementation of YAML functions that always fail.
54
//

0 commit comments

Comments
 (0)