Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 26 Feb 2014 19:12:28 +0000 (19:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 26 Feb 2014 19:12:28 +0000 (19:12 +0000)
commit3ae2abb11ef7224ab84a5cfb23a5703e5af4f85a
tree2ffa4bc7d40a3d93cf4ce2f0279eef7c7ca1309f
parenta55b3dfdc618c7b6730790cddf20be212296d192
Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute-value

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202286 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/TimeValueTest.cpp