1f4a2713aSLionel Sambuc // RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t 2f4a2713aSLionel Sambuc // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s 3f4a2713aSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // OUTPUTFAIL: error: unable to open output file '{{.*}}{{[/\\]}}test{{[/\\]}}Frontend{{[/\\]}}doesnotexist{{[/\\]}}somename': '{{[nN]}}o such file or directory' 5