Skip to content

Commit

Permalink
Update test for differing output on 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jun 17, 2023
1 parent 5d17a6f commit 1d18f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/700-uv_rwlock.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if (uv_rwlock_tryrdlock($lock)) {
}

uv_rwlock_rdunlock($lock);
--EXPECT--
--EXPECTF--
OK
OK

Notice: Unknown: uv_rwlock: still locked resource detected; forcing rdunlock in Unknown on line 0
Notice: %s: uv_rwlock: still locked resource detected; forcing rdunlock in Unknown on line 0

0 comments on commit 1d18f5d

Please sign in to comment.