[clang] 8c09916 - [clang] Fix test after 4f31d32
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 14:56:31 PST 2023
Author: Jan Svoboda
Date: 2023-11-06T14:56:25-08:00
New Revision: 8c099168509da532c26ba843eed612dc53b27afc
URL: https://github.com/llvm/llvm-project/commit/8c099168509da532c26ba843eed612dc53b27afc
DIFF: https://github.com/llvm/llvm-project/commit/8c099168509da532c26ba843eed612dc53b27afc.diff
LOG: [clang] Fix test after 4f31d32
Added:
Modified:
clang/test/Lexer/update_consecutive_macro_address_space.c
Removed:
################################################################################
diff --git a/clang/test/Lexer/update_consecutive_macro_address_space.c b/clang/test/Lexer/update_consecutive_macro_address_space.c
index cf3c406112b25bc..80ef4557591c39e 100644
--- a/clang/test/Lexer/update_consecutive_macro_address_space.c
+++ b/clang/test/Lexer/update_consecutive_macro_address_space.c
@@ -1,5 +1,5 @@
// RUN: %clang -cc1 -print-stats %s 2>&1 | FileCheck %s
-// CHECK: 6 local SLocEntry's allocated
+// CHECK: 6 local SLocEntries allocated
//
// Verify that the macro arg expansion is split to two file ids, we have 6 file
// ids rather than 5:
More information about the cfe-commits
mailing list