summaryrefslogtreecommitdiff
path: root/src/pkg/sync/atomic/atomic_linux_arm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/sync/atomic/atomic_linux_arm_test.go')
-rw-r--r--src/pkg/sync/atomic/atomic_linux_arm_test.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pkg/sync/atomic/atomic_linux_arm_test.go b/src/pkg/sync/atomic/atomic_linux_arm_test.go
deleted file mode 100644
index b6965b99b..000000000
--- a/src/pkg/sync/atomic/atomic_linux_arm_test.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package atomic_test
-
-import (
- . "sync/atomic"
- "testing"
-)
-
-func TestGeneralCAS64(t *testing.T) {
- testCompareAndSwapUint64(t, GeneralCAS64)
-}