We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e156ab6 commit c020c7aCopy full SHA for c020c7a
atomiccontext_test.go
@@ -65,10 +65,6 @@ func TestLockedContext(t *testing.T) {
65
run(t, new(sync.Mutex))
66
})
67
68
- t.Run("SystemMutex", func(t *testing.T) {
69
- run(t, new(SystemMutex))
70
- })
71
-
72
t.Run("SpinMutex", func(t *testing.T) {
73
run(t, new(SpinMutex))
74
@@ -150,10 +146,6 @@ func TestRTMContext(t *testing.T) {
150
146
151
147
152
148
153
154
155
156
157
149
158
159
locks.go
0 commit comments