Skip to content

Commit d0c6461

Browse files
committed
Remove pwd to fix WinASan bot
It only slipped in while I was debugging the test case. llvm-svn: 286854
1 parent c316ddc commit d0c6461

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: rm -rf %t && mkdir %t && cd %t
55
// RUN: %clang_cl_asan -fsanitize-coverage=func -O0 %p/dll_host.cc -Fet.exe
66
// RUN: %clang_cl_asan -fsanitize-coverage=func -LD -O0 %s -Fet.dll
7-
// RUN: pwd
87
// RUN: %run ./t.exe t.dll 2>&1 | FileCheck %s
98

109
#include <stdio.h>

0 commit comments

Comments
 (0)