Fariborz Jahanian | 193f783 | 2011-04-15 18:49:23 +0000 | [diff] [blame] | 1 | // RUN: touch %t |
2 | // RUN: chmod 0 %t | ||||
Greg Bedwell | 421f669 | 2015-02-12 12:41:28 +0000 | [diff] [blame^] | 3 | // RUN: not %clang_cc1 -E -dependency-file bla -MT %t -MP -o %t -x c /dev/null 2>&1 | FileCheck %s |
4 | // RUN: rm -f %t | ||||
5 | |||||
6 | // CHECK: error: unable to open output file | ||||
7 | |||||
Fariborz Jahanian | 193f783 | 2011-04-15 18:49:23 +0000 | [diff] [blame] | 8 | // rdar://9286457 |