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 079f9dc commit 3d18860Copy full SHA for 3d18860
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