From: Alp Toker Date: Wed, 1 Jan 2014 23:34:16 +0000 (+0000) Subject: Rename 'assert' to something less loaded in CompileAssertHasType X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f8735544dc5c75a0b0de7ff13e130ad93d9a1ac1;p=oota-llvm.git Rename 'assert' to something less loaded in CompileAssertHasType Suggested by Aaron Ballman. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198288 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/IR/ValueMapTest.cpp b/unittests/IR/ValueMapTest.cpp index cc844ba30b0..ffbe6615282 100644 --- a/unittests/IR/ValueMapTest.cpp +++ b/unittests/IR/ValueMapTest.cpp @@ -118,7 +118,7 @@ TYPED_TEST(ValueMapTest, OperationsWork) { template void CompileAssertHasType(VarType) { LLVM_ATTRIBUTE_UNUSED typedef char - assert[is_same::value ? 1 : -1]; + NOT_SAME[is_same::value ? 1 : -1]; } TYPED_TEST(ValueMapTest, Iteration) {