Commit 3c8c7c30 authored by 张振华's avatar 张振华

Merge branch 'dpos-v2' of https://github.com/zzh33cn/plugin into dpos-v2

parents 79269c1c d3a594fc
......@@ -402,7 +402,7 @@ func Init() {
func TestParallel(t *testing.T) {
Parallel(func() {
mutx.Lock()
sum ++
sum++
mutx.Unlock()
},
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