Closed
Description
In 556b47e I wrote
//@ [OPT3LINX64] only-linux only-x86_64
which based on #123185 (comment) appears like it didn't run on just x64.
Assuming I'm right that this is what happened (if not, please close this) then it would be nice for the same helpful checker that tells me I did it wrong when I write linux-only
to also tell me that I can't put multiple only
checks on the same line.