Skip to content

Commit

Permalink
assert: remove deprecated build constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Oct 30, 2024
1 parent 07bac60 commit e068510
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion assert/yaml/yaml_custom.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testify_yaml_custom && !testify_yaml_fail && !testify_yaml_default
// +build testify_yaml_custom,!testify_yaml_fail,!testify_yaml_default

// Package yaml is an implementation of YAML functions that calls a pluggable implementation.
//
Expand Down
1 change: 0 additions & 1 deletion assert/yaml/yaml_default.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !testify_yaml_fail && !testify_yaml_custom
// +build !testify_yaml_fail,!testify_yaml_custom

// Package yaml is just an indirection to handle YAML deserialization.
//
Expand Down
1 change: 0 additions & 1 deletion assert/yaml/yaml_fail.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testify_yaml_fail && !testify_yaml_custom && !testify_yaml_default
// +build testify_yaml_fail,!testify_yaml_custom,!testify_yaml_default

// Package yaml is an implementation of YAML functions that always fail.
//
Expand Down

0 comments on commit e068510

Please sign in to comment.