From 41f4887c8e43d626ebe7a712ecc4bb83119fd60f Mon Sep 17 00:00:00 2001 From: mtx Date: Sun, 7 Dec 2025 20:03:24 +0800 Subject: [PATCH] [clang-tidy] Fix fragile test in `read-parameters-from-file` --- .../test/clang-tidy/infrastructure/Inputs/param/parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/param/parameters.txt b/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/param/parameters.txt index a6d8fa7ee299f..5cf5693664f53 100644 --- a/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/param/parameters.txt +++ b/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/param/parameters.txt @@ -1,2 +1,2 @@ --checks='-*,llvm-namespace-comment' +-checks=-*,llvm-namespace-comment --warnings-as-errors=llvm-namespace-comment