Remove pwd to fix WinASan bot
authorReid Kleckner <rnk@google.com>
Mon, 14 Nov 2016 18:02:42 +0000 (18:02 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 14 Nov 2016 18:02:42 +0000 (18:02 +0000)
It only slipped in while I was debugging the test case.

llvm-svn: 286854

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

index 979e80c..5e12e38 100644 (file)
@@ -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>