summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-11-14 18:02:42 +0000
committerReid Kleckner <rnk@google.com>2016-11-14 18:02:42 +0000
commitd0c646117f4afe80def55ae590aed75688e51e0e (patch)
tree1f20aacb7e085f8ac76fee091907a7cb30d5c16c
parentc316ddcd819a56023fb4a1a0c48778edda3ded43 (diff)
downloadbcm5719-llvm-d0c646117f4afe80def55ae590aed75688e51e0e.tar.gz
bcm5719-llvm-d0c646117f4afe80def55ae590aed75688e51e0e.zip
Remove pwd to fix WinASan bot
It only slipped in while I was debugging the test case. llvm-svn: 286854
-rw-r--r--compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc1
1 files changed, 0 insertions, 1 deletions
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 979e80cccb7..5e12e385544 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 <stdio.h>
OpenPOWER on IntegriCloud