1// +build js
2
3package atomic_test
4
5import "testing"
6
7func TestHammerStoreLoad(t *testing.T) {
8	t.Skip("use of unsafe")
9}
10