[PATCH] D113246: [clang][tests] Fix expected output of plugin-attribute test

2021-11-19 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder abandoned this revision. tbaeder added a comment. Already fixed by 50082e1882ae7fe101e563c5e18a27e0804d517b Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113246/new/ htt

[PATCH] D113246: [clang][tests] Fix expected output of plugin-attribute test

2021-11-05 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added a reviewer: psionic12. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. The output contains "const char[11]", not "const char [11]". I don't think this test is being run in CI at all beca