forked from OSchip/llvm-project
Fix Driver/working-directory.c test
Accidentally committed debug print. llvm-svn: 374929
This commit is contained in:
parent
50dc09dd16
commit
9e49adc975
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue