diff --git a/go/loader/example_test.go b/go/loader/example_test.go index 71f80fd89c..88adde3cce 100644 --- a/go/loader/example_test.go +++ b/go/loader/example_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build go1.8 // TODO(adonovan) determine which versions we need to test here +// +build go1.8,!go1.9 // TODO(adonovan) determine which versions we need to test here // +build !windows package loader_test