mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 14:26:08 +00:00

On systems where sizeof(long) == sizeof(int) the current tests failed. This commit updates those tests to work on all systems. std::abs has specific long specializations which can be used instead. llvm-svn: 369437