Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"
authorMehdi Amini <joker.eph@gmail.com>
Thu, 4 Aug 2022 18:47:28 +0000 (18:47 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 4 Aug 2022 18:48:22 +0000 (18:48 +0000)
commit0e051c02d51da2898240b52289c0d1e80d631132
treed9b06679bb236ab551509a7c17c0fbbbce1cfaa2
parent2515cb80cd3ba3bcead6ec2f1f30437cc2d325d5
Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"

This reverts commit 07aaa35f74d845a20d48e644671dce150ebf7748.

This breaks the Windows bot, and while the fix addressed the
`char`/`int8_t` case, it does not make sense for other cases like
`float`.
mlir/unittests/IR/AttributeTest.cpp