summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-08-05 13:57:03 +0000
committerNico Weber <nicolasweber@gmx.de>2019-08-05 13:57:03 +0000
commit74989aff5351beaeb03f46fc2fe57752d57f848b (patch)
tree39eacef15bfd9b675d7493f0845c12e5b3ec6ddc /compiler-rt/test/asan
parent6ca6e91615dae42a087938a6ed0a6cbc0647f7ba (diff)
downloadbcm5719-llvm-74989aff5351beaeb03f46fc2fe57752d57f848b.tar.gz
bcm5719-llvm-74989aff5351beaeb03f46fc2fe57752d57f848b.zip
compiler-rt: Rename cc files below test/sanitizer_common to cpp
See r367803 and similar other changes. llvm-svn: 367863
Diffstat (limited to 'compiler-rt/test/asan')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc b/compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc
index 9117198f91d..2325242e05a 100644
--- a/compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/aligned_delete_test.cc
@@ -56,7 +56,7 @@ struct alignas(1024) S1024_1024 { char a[1024]; };
int main(int argc, char **argv) {
// Check the mismatched calls only, all the valid cases are verified in
- // test/sanitizer_common/TestCases/Linux/new_delete_test.cc.
+ // test/sanitizer_common/TestCases/Linux/new_delete_test.cpp.
operator delete(break_optimization(new S12_128), std::nothrow);
// CHECK: AddressSanitizer: new-delete-type-mismatch
OpenPOWER on IntegriCloud