From 8dc2499aa62f768c6395c9754b8cabc1ce25c494 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <iant@golang.org>
Date: Fri, 11 Feb 2022 14:53:56 -0800
Subject: libgo: update to Go1.18beta2

gotools/
	* Makefile.am (go_cmd_cgo_files): Add ast_go118.go
	(check-go-tool): Copy golang.org/x/tools directories.
	* Makefile.in: Regenerate.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/384695
---
 libgo/go/testing/run_example_js.go | 1 -
 1 file changed, 1 deletion(-)

(limited to 'libgo/go/testing/run_example_js.go')

diff --git a/libgo/go/testing/run_example_js.go b/libgo/go/testing/run_example_js.go
index d914633..adef951 100644
--- a/libgo/go/testing/run_example_js.go
+++ b/libgo/go/testing/run_example_js.go
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build js
-// +build js
 
 package testing
 
-- 
cgit v1.1