Skip to content

Commit

Permalink
Fix watchdog_test lint and test failures on macos. (#3003)
Browse files Browse the repository at this point in the history
Ensure identical build flags embedded in both files.

Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
  • Loading branch information
cleeland authored Apr 22, 2024
1 parent acb3676 commit d333366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/watchdog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !nowatchdog
// +build !nowatchdog
//go:build linux && !nowatchdog
// +build linux,!nowatchdog

package collector

Expand Down

0 comments on commit d333366

Please sign in to comment.