Skip to content

Commit 9e49adc

Browse files
committed
Fix Driver/working-directory.c test
Accidentally committed debug print. llvm-svn: 374929
1 parent 50dc09d commit 9e49adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/Driver/working-directory.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang -### -coverage -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
22
// RUN: %clang -### -coverage -working-directory %p/Inputs no_such_file.cpp -c 2>&1 | FileCheck %s --check-prefix=CHECK_NO_FILE
33
// RUN: %clang -### -coverage -working-directory %p/Inputs pchfile.cpp -c 2>&1 | FileCheck %s --check-prefix=CHECK_WORKS
4-
// RUN: fail please
54

65
// CHECK: unable to set working directory: /no/such/dir/
76

0 commit comments

Comments
 (0)