Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 29 Nov 2016 20:45:48 +0000 (20:45 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 29 Nov 2016 20:45:48 +0000 (20:45 +0000)
commit11407ae58194ed586bf296cd62515f2180652873
tree0d6ec2736d84163cab0a3a10c9a3fcb45e6e7c41
parent5a0a2e648c267d99111b21482ca709f580e9ccc2
Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG

This is consistent with the header (after r288087) and fixes the
test for the configuration:
  -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ABI_BREAKING_CHECKS=FORCE_OFF

llvm-svn: 288196
llvm/unittests/Support/ErrorTest.cpp