]> granicus.if.org Git - clang/commit
Fix test failure from r351495
authorErich Keane <erich.keane@intel.com>
Fri, 18 Jan 2019 13:58:10 +0000 (13:58 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 18 Jan 2019 13:58:10 +0000 (13:58 +0000)
commitb4d73e63de296ead4e7fcddce1ee24abcd3cde7b
tree4d0681a8752d14b24365f5a9cc5287c187551f4b
parentbda4ca2c1270911eedba8578334c21d45838c8fd
Fix test failure from r351495

The test has problems due to some platforms having a different type for
ptrdiff_t, so the error message is different.  The error message doesn't
matter to the test for anything other than an incompatible intger to
pointer conversion, so this patch removes the integral type from the
expected message.

Change-Id: I80e786f9b80268163813774bbf25a9ca25b6c60c

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351550 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/int-ptr-cast-SFINAE.cpp