diff options
Diffstat (limited to 'src/runtime/export_test.go')
| -rw-r--r-- | src/runtime/export_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/export_test.go b/src/runtime/export_test.go index 11e4bd26c5..e25f748ed4 100644 --- a/src/runtime/export_test.go +++ b/src/runtime/export_test.go @@ -587,7 +587,7 @@ type RWMutex struct { } func (rw *RWMutex) Init() { - rw.rw.init(lockRankTestR, lockRankTestW) + rw.rw.init(lockRankTestR, lockRankTestRInternal, lockRankTestW) } func (rw *RWMutex) RLock() { |
