From: Reid Kleckner Date: Mon, 14 Nov 2016 18:02:42 +0000 (+0000) Subject: Remove pwd to fix WinASan bot X-Git-Tag: llvmorg-4.0.0-rc1~4645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0c646117f4afe80def55ae590aed75688e51e0e;p=platform%2Fupstream%2Fllvm.git Remove pwd to fix WinASan bot It only slipped in while I was debugging the test case. llvm-svn: 286854 --- 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