diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-09-15 09:33:20 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-09-15 09:33:20 +0000 |
| commit | 7a8330e7bfaf2d48621fa0730ec3b1360c61e14a (patch) | |
| tree | 27f5aa401542ee1f63d0ea371a4189ff6a103324 | |
| parent | 207930d345f81d5793e6817819a36d1b1f848ed4 (diff) | |
| download | bcm5719-llvm-7a8330e7bfaf2d48621fa0730ec3b1360c61e14a.tar.gz bcm5719-llvm-7a8330e7bfaf2d48621fa0730ec3b1360c61e14a.zip | |
[asan] Fix path in test.
llvm-svn: 217754
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/wait4.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/wait4.cc b/compiler-rt/test/asan/TestCases/Posix/wait4.cc index ea8e246f346..b95246efa0e 100644 --- a/compiler-rt/test/asan/TestCases/Posix/wait4.cc +++ b/compiler-rt/test/asan/TestCases/Posix/wait4.cc @@ -33,7 +33,7 @@ int main(int argc, char **argv) { // CHECK: stack-buffer-overflow // CHECK: {{WRITE of size .* at 0x.* thread T0}} // CHECK: {{in .*wait}} - // CHECK: {{in main .*wait.cc:}} + // CHECK: {{in main .*wait4.cc:}} // CHECK: is located in stack of thread T0 at offset // CHECK: {{in main}} return res == -1 ? 1 : 0; |

