[all-commits] [llvm/llvm-project] a2602b: [clangd] Fix an incorrect expectedResult usage in ...

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Dec 10 12:23:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a2602bdd7316e3e41366f946a83a5a654b909957
      https://github.com/llvm/llvm-project/commit/a2602bdd7316e3e41366f946a83a5a654b909957
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M clang-tools-extra/clangd/unittests/RenameTests.cpp

  Log Message:
  -----------
  [clangd] Fix an incorrect expectedResult usage in rename test.

expectedResult(Code, expectedResult(T, "abc")) => should be expectedResult(T, "abc")

The test was passed by coincidence.




More information about the All-commits mailing list