Fix Driver/working-directory.c test

Accidentally committed debug print.

llvm-svn: 374929
This commit is contained in:
Jan Korous 2019-10-15 18:04:18 +00:00
parent 50dc09dd16
commit 9e49adc975
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// RUN: %clang -### -coverage -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
// RUN: %clang -### -coverage -working-directory %p/Inputs no_such_file.cpp -c 2>&1 | FileCheck %s --check-prefix=CHECK_NO_FILE
// RUN: %clang -### -coverage -working-directory %p/Inputs pchfile.cpp -c 2>&1 | FileCheck %s --check-prefix=CHECK_WORKS
// RUN: fail please
// CHECK: unable to set working directory: /no/such/dir/