go/src/sync/atomic
Russ Cox 8f6884393d sync/atomic: remove test64err in test
This check was for very old QEMU, added in 2011 in
https://codereview.appspot.com/4313051/.
It may be safe to delete now. Let's find out.
In a separate CL for easy rollback.

Change-Id: Ic99f8cf27ee348b8ffb1ef0ee36cc1c537dde722
Reviewed-on: https://go-review.googlesource.com/c/go/+/403978
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-08-05 15:04:35 +00:00
..
asm.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
atomic_test.go sync/atomic: remove test64err in test 2022-08-05 15:04:35 +00:00
doc.go sync/atomic: clarify that 8-byte alignment of variables is due to escape 2022-06-07 17:44:51 +00:00
example_test.go
race.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
type.go sync/atomic: add typed atomic values 2022-05-04 18:05:18 +00:00
value.go sync/atomic: use consistent first-store-in-progress marker 2022-04-29 20:42:52 +00:00
value_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00