[FIX][NFC] Fix a test case in clang/SymbolGraph
authorZixu Wang <zixu_wang@apple.com>
Thu, 17 Mar 2022 00:19:35 +0000 (17:19 -0700)
committerZixu Wang <zixu_wang@apple.com>
Thu, 17 Mar 2022 00:19:35 +0000 (17:19 -0700)
commit3840082ab509490f16766cd8c155a1cf4b606fec
tree16336a42a1d4737e9d4c31c4509c28453d2d415d
parent4a3460a7917f1cf514575759e29590b388131fc6
[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.
clang/test/SymbolGraph/global_record.c