[all-commits] [llvm/llvm-project] 384008: [FIX][NFC] Fix a test case in clang/SymbolGraph
Zixu Wang via All-commits
all-commits at lists.llvm.org
Wed Mar 16 17:22:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3840082ab509490f16766cd8c155a1cf4b606fec
https://github.com/llvm/llvm-project/commit/3840082ab509490f16766cd8c155a1cf4b606fec
Author: Zixu Wang <zixu_wang at apple.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M clang/test/SymbolGraph/global_record.c
Log Message:
-----------
[FIX][NFC] Fix a test case in clang/SymbolGraph
The clang/SymbolGraph/global_record.c test case explicitly diffs the
clang version in use, which causes failures. Fix the issue by normalize
the `generator` field before checking the output.
More information about the All-commits
mailing list