This is an archive of the discontinued LLVM Phabricator instance.

[C++20, test] Fix use of undef FileCheck variable
ClosedPublic

Authored by thopre on Apr 3 2021, 6:54 AM.

Details

Summary

Commit f495de43bd5da50286da6020e508d106cfc60f57 forgot two lines when
removing checks for strong and weak equality, resulting in the use of an
undefined FileCheck variable.

Diff Detail

Event Timeline

thopre requested review of this revision.Apr 3 2021, 6:54 AM
thopre created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2021, 6:54 AM
Quuxplusone accepted this revision.Apr 3 2021, 6:56 AM
This revision is now accepted and ready to land.Apr 3 2021, 6:56 AM
This revision was automatically updated to reflect the committed changes.