[clangd] Fix data race in BackgroundIndex test
MockFSProvider is not thread-safe. Make sure we don't modify it while background index is working.
Loading
Please register or sign in to comment
MockFSProvider is not thread-safe. Make sure we don't modify it while background index is working.