summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorViktor Kutuzov <vkutuzov@accesssoftek.com>2015-05-08 12:10:46 +0000
committerViktor Kutuzov <vkutuzov@accesssoftek.com>2015-05-08 12:10:46 +0000
commitb0d28db6f12112d2ba06f1d7abf1f2fcae0b0d89 (patch)
tree653b8639ba2af57e5ec5ba50a3b3a2e13c829401 /compiler-rt
parente077ef7a69ba3d744af045de9d504fee621b3fa5 (diff)
downloadbcm5719-llvm-b0d28db6f12112d2ba06f1d7abf1f2fcae0b0d89.tar.gz
bcm5719-llvm-b0d28db6f12112d2ba06f1d7abf1f2fcae0b0d89.zip
[Msan] Fix the report-demangling.cc test to pass on FreeBSD
Differential Revision: http://reviews.llvm.org/D9554 llvm-svn: 236833
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/msan/report-demangling.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/report-demangling.cc b/compiler-rt/test/msan/report-demangling.cc
index e75ba87ae7a..fbb6554470f 100644
--- a/compiler-rt/test/msan/report-demangling.cc
+++ b/compiler-rt/test/msan/report-demangling.cc
@@ -15,5 +15,5 @@ int main(int argc, char **argv) {
return f();
// CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
// CHECK: Uninitialized value was created by an allocation of 'x' in the stack frame of function '_Z1fv'
- // CHECK: #0 {{.*}} in f() {{.*}}report-demangling.cc:[[@LINE-10]]
+ // CHECK: #0 {{.*}} in f{{.*}} {{.*}}report-demangling.cc:[[@LINE-10]]
}
OpenPOWER on IntegriCloud