Skip to content

Commit

Permalink
Re-enable fuzz on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Apr 11, 2022
1 parent b8cc6dc commit 6368329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzz_test.go
@@ -1,5 +1,5 @@
//go:build go1.18 && !windows
// +build go1.18,!windows
//go:build go1.18
// +build go1.18

package toml_test

Expand Down

0 comments on commit 6368329

Please sign in to comment.