Commit 5abfe646 authored by Sam McCall's avatar Sam McCall
Browse files

[clangd] Fix test (it worked by coincidence before)

parent 7a11cc06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ TEST_F(TUSchedulerTests, ManyUpdates) {
        auto Inputs = getInputs(File, Contents.str());
        {
          WithContextValue WithNonce(NonceKey, ++Nonce);
          Inputs.Version = Nonce;
          Inputs.Version = std::to_string(Nonce);
          updateWithDiags(
              S, File, Inputs, WantDiagnostics::Auto,
              [File, Nonce, &Mut, &TotalUpdates](std::vector<Diag>) {