From d0c646117f4afe80def55ae590aed75688e51e0e Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 14 Nov 2016 18:02:42 +0000 Subject: [PATCH] Remove pwd to fix WinASan bot It only slipped in while I was debugging the test case. llvm-svn: 286854 --- compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc b/compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc index 979e80c..5e12e38 100644 --- a/compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc +++ b/compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc @@ -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 -- 2.7.4