[compiler-rt] r286854 - Remove pwd to fix WinASan bot

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 10:02:42 PST 2016


Author: rnk
Date: Mon Nov 14 12:02:42 2016
New Revision: 286854

URL: http://llvm.org/viewvc/llvm-project?rev=286854&view=rev
Log:
Remove pwd to fix WinASan bot

It only slipped in while I was debugging the test case.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Windows/coverage-dll-stdio.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/coverage-dll-stdio.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/coverage-dll-stdio.cc?rev=286854&r1=286853&r2=286854&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/coverage-dll-stdio.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/coverage-dll-stdio.cc Mon Nov 14 12:02:42 2016
@@ -4,7 +4,6 @@
 // RUN: rm -rf %t && mkdir %t && cd %t
 // RUN: %clang_cl_asan -fsanitize-coverage=func -O0 %p/dll_host.cc -Fet.exe
 // RUN: %clang_cl_asan -fsanitize-coverage=func -LD -O0 %s -Fet.dll
-// RUN: pwd
 // RUN: %run ./t.exe t.dll 2>&1 | FileCheck %s
 
 #include <stdio.h>




More information about the llvm-commits mailing list