]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue11326b.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue11326b.go
index b5f933bfea1153c37c28ee3b4c5f897f18b36f06..5db083a989947bd04628f8f17d665b4f1eabe95f 100644 (file)
@@ -2,7 +2,7 @@
 
 // Does not work with gccgo, which uses a smaller (but still permitted)
 // exponent size.
-// +build !gccgo
+//go:build !gccgo
 
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style