]> granicus.if.org Git - clang/commitdiff
Fix Driver/working-directory.c test
authorJan Korous <jkorous@apple.com>
Tue, 15 Oct 2019 18:04:18 +0000 (18:04 +0000)
committerJan Korous <jkorous@apple.com>
Tue, 15 Oct 2019 18:04:18 +0000 (18:04 +0000)
Accidentally committed debug print.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374929 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/working-directory.c

index 7cfe22d542a53d98df24bb68cbd97cd7aeeae7f5..bba9574ef6d4d0ef798860ed3260d51d11285a0d 100644 (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/