summaryrefslogtreecommitdiff
path: root/test/msan/realloc-origin.cc
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-01-22 09:27:00 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-01-22 09:27:00 +0000
commit5cb7bde3d1fb4931c773f0b9f12ad930411eb705 (patch)
treece941f501910c96924ee0c9780fc1d55a95b2073 /test/msan/realloc-origin.cc
parent3caf1e9c057e556cd717925b812ae31f0f56608b (diff)
[msan] Relax CHECK conditions in 2 tests.
Sometimes malloc/realloc/etc are symbolized as __interceptor_malloc/realloc/etc. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@226803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/msan/realloc-origin.cc')
-rw-r--r--test/msan/realloc-origin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/realloc-origin.cc b/test/msan/realloc-origin.cc
index ad176e7e4..6707cc904 100644
--- a/test/msan/realloc-origin.cc
+++ b/test/msan/realloc-origin.cc
@@ -16,6 +16,6 @@ int main(int argc, char **argv) {
// CHECK: {{#0 0x.* in main .*realloc-origin.cc:}}[[@LINE-2]]
// CHECK: Uninitialized value was created by a heap allocation
- // CHECK: {{#0 0x.* in realloc}}
+ // CHECK: {{#0 0x.* in .*realloc}}
// CHECK: {{#1 0x.* in main .*realloc-origin.cc:}}[[@LINE-9]]
}