Commit d3a594fc authored by vipwzw's avatar vipwzw

auto ci

parent d0b43409
...@@ -403,7 +403,7 @@ func Init() { ...@@ -403,7 +403,7 @@ func Init() {
func TestParallel(t *testing.T) { func TestParallel(t *testing.T) {
Parallel(func() { Parallel(func() {
mutx.Lock() mutx.Lock()
sum ++ sum++
mutx.Unlock() mutx.Unlock()
}, },
func() { func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment