blob: 63a6a7732e9b825b5eb91c857006721a2a343a58 [file] [log] [blame]
Fariborz Jahanian193f7832011-04-15 18:49:23 +00001// RUN: touch %t
2// RUN: chmod 0 %t
Greg Bedwell421f6692015-02-12 12:41:28 +00003// 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 Jahanian193f7832011-04-15 18:49:23 +00008// rdar://9286457