Skip to content

Commit 967ffcc

Browse files
Fixed a copy/paste mistake
1 parent a6b98dd commit 967ffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/natives/src/sync/atomic/atomic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestUnaligned64(t *testing.T) {
5757
t.Skip("GopherJS emulates atomics, which makes alignment irrelevant.")
5858
}
5959

60-
unc TestAutoAligned64(t *testing.T) {
60+
func TestAutoAligned64(t *testing.T) {
6161
t.Skip("GopherJS emulates atomics, which makes alignment irrelevant.")
6262
}
6363

0 commit comments

Comments
 (0)