summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-08-01 17:30:41 +0000
committerNico Weber <nicolasweber@gmx.de>2019-08-01 17:30:41 +0000
commit558ee6544e6bd93ef66b88f6a68b5f6e8ce3d6d0 (patch)
tree1c6793525070ec6217407c4fb43b44e27a2d3b4b
parent441f119789daa4c502867800d2a41dd199dcd8e9 (diff)
downloadbcm5719-llvm-558ee6544e6bd93ef66b88f6a68b5f6e8ce3d6d0.tar.gz
bcm5719-llvm-558ee6544e6bd93ef66b88f6a68b5f6e8ce3d6d0.zip
try to fix bots after r367562
llvm-svn: 367586
-rw-r--r--compiler-rt/test/msan/msan_copy_shadow.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/test/msan/msan_copy_shadow.cc b/compiler-rt/test/msan/msan_copy_shadow.cc
index a3ec39ca108..cc7ec03b29e 100644
--- a/compiler-rt/test/msan/msan_copy_shadow.cc
+++ b/compiler-rt/test/msan/msan_copy_shadow.cc
@@ -26,10 +26,10 @@ int main() {
assert(__msan_test_shadow(b + 3, 1) == -1);
__msan_check_mem_is_initialized(b, 4);
// CHECK: use-of-uninitialized-value
- // CHECK: {{in main.*msan_copy_shadow.cpp:}}[[@LINE-2]]
+ // CHECK: {{in main.*msan_copy_shadow.cc:}}[[@LINE-2]]
// CHECK: Uninitialized value was stored to memory at
- // CHECK-FULL-STACK: {{in main.*msan_copy_shadow.cpp:}}[[@LINE-8]]
+ // CHECK-FULL-STACK: {{in main.*msan_copy_shadow.cc:}}[[@LINE-8]]
// CHECK-SHORT-STACK: {{in __msan_copy_shadow .*msan_interceptors.cpp:}}
// CHECK: Uninitialized value was created by a heap allocation
- // CHECK: {{in main.*msan_copy_shadow.cpp:}}[[@LINE-23]]
+ // CHECK: {{in main.*msan_copy_shadow.cc:}}[[@LINE-23]]
}
OpenPOWER on IntegriCloud