[NFC] Remove max_align.c LIT testcase
authorXiangling Liao <Xiangling.Liao@ibm.com>
Mon, 26 Oct 2020 21:11:57 +0000 (17:11 -0400)
committerXiangling Liao <Xiangling.Liao@ibm.com>
Mon, 26 Oct 2020 21:14:30 +0000 (17:14 -0400)
commit357715ce97d0bc937301b0b006d145c24a9d23aa
tree4f7320f4d8aa75c3067f72c008bbcb9302ce17d1
parent9aa7a721ce3dc84d0ad2d987af72cf14ff76d8a7
[NFC] Remove max_align.c LIT testcase

Since we fixed the definition of `SuitableAlign`[https://reviews.llvm.org/D88659],
`max_align_t` and `__BIGGEST_ALIGNMENT__` are not necessarily the same always.

The original testcase was added here: https://reviews.llvm.org/D59048

Differential Revision: https://reviews.llvm.org/D90187
clang/test/Headers/max_align.c [deleted file]