Skip to content

Commit

Permalink
cmd/macos-roots-test, ebnflint: fix tests so trybots work
Browse files Browse the repository at this point in the history
Trybots used to work on the exp repo. Fix this to restore trybots
passing.

Change-Id: I06240de6cb1c526236c7a0e0a6c7f0d44498c1a3
Reviewed-on: https://go-review.googlesource.com/c/163302
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
bradfitz committed Feb 21, 2019
1 parent 3d75e7a commit 438050d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/macos-roots-test/main.go
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build darwin

// Command macOS-roots-test runs crypto/x509.TestSystemRoots as a
// stand-alone binary for crowdsourced testing.
package main
Expand Down
3 changes: 3 additions & 0 deletions ebnflint/ebnflint_test.go
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Doesn't work from Go 1.11 on, so...
// +build !go1.11

package main

import (
Expand Down

0 comments on commit 438050d

Please sign in to comment.