[compiler-rt] r217754 - [asan] Fix path in test.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Sep 15 02:33:21 PDT 2014


Author: eugenis
Date: Mon Sep 15 04:33:20 2014
New Revision: 217754

URL: http://llvm.org/viewvc/llvm-project?rev=217754&view=rev
Log:
[asan] Fix path in test.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/wait4.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/wait4.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/wait4.cc?rev=217754&r1=217753&r2=217754&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/wait4.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/wait4.cc Mon Sep 15 04:33:20 2014
@@ -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;





More information about the llvm-commits mailing list