summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/clang-diff-bottomup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Tooling/clang-diff-bottomup.cpp')
-rw-r--r--clang/test/Tooling/clang-diff-bottomup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Tooling/clang-diff-bottomup.cpp b/clang/test/Tooling/clang-diff-bottomup.cpp
index 8193ad7bbd6..bc5d2cbdf43 100644
--- a/clang/test/Tooling/clang-diff-bottomup.cpp
+++ b/clang/test/Tooling/clang-diff-bottomup.cpp
@@ -16,7 +16,7 @@ void f2() { ;; {{;}} }
void f1() {
// CompoundStmt: 3 matched descendants, subtree sizes 4 and 5
// Jaccard similarity = 3 / (4 + 5 - 3) = 3 / 6 >= 0.5
-// CHECK: Match FunctionDecl: f1(void (void))(1) to FunctionDecl: f1(void (void))(1)
+// CHECK: Match FunctionDecl: f1(void ())(1) to FunctionDecl: f1(void ())(1)
// CHECK: Match CompoundStmt(2) to CompoundStmt(2)
// CHECK: Match CompoundStmt(4) to CompoundStmt(3)
// CHECK: Match CompoundStmt(5) to CompoundStmt(4)
OpenPOWER on IntegriCloud