We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b22809 commit cc7e318Copy full SHA for cc7e318
src/jrd/tests/LockManagerTest.cpp
@@ -28,7 +28,7 @@ namespace
28
29
ULONG adjustWait(ULONG wait) const
30
{
31
- return 0;
+ return wait;
32
}
33
34
void checkoutRun(std::function<void()> func) const
0 commit comments