diff options
| author | Viktor Kutuzov <vkutuzov@accesssoftek.com> | 2015-05-08 12:10:46 +0000 |
|---|---|---|
| committer | Viktor Kutuzov <vkutuzov@accesssoftek.com> | 2015-05-08 12:10:46 +0000 |
| commit | b0d28db6f12112d2ba06f1d7abf1f2fcae0b0d89 (patch) | |
| tree | 653b8639ba2af57e5ec5ba50a3b3a2e13c829401 /compiler-rt | |
| parent | e077ef7a69ba3d744af045de9d504fee621b3fa5 (diff) | |
| download | bcm5719-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.cc | 2 |
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]] } |

