[sanitizers] Remove the test case involving `new int[0]`
authorVy Nguyen <vyng@google.com>
Thu, 5 Nov 2020 05:27:38 +0000 (00:27 -0500)
committerVy Nguyen <vyng@google.com>
Thu, 5 Nov 2020 14:16:45 +0000 (09:16 -0500)
commit5cb378fab3bedbaeef708ae725bdccb813d48519
tree7e30beb2da1a674a294733327409e20a98331749
parentd68ebea7670f6bbba136f1517a1cff3696b6a800
[sanitizers] Remove the test case involving `new int[0]`

Bionic doesn't acutally allocate any memory in this case, so there won't be a leak on Android.

Differential Revision: https://reviews.llvm.org/D90821
compiler-rt/test/asan/TestCases/leaks.cpp