aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/output-failures.c
blob: 0e9ea63f8067b71b5ef67df3dc784d00e021ae4b (plain)
1
2
3
4
// RUN: not %clang_cc1 -emit-llvm -o %t.doesnotexist/somename %s 2> %t
// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s

// OUTPUTFAIL: error: unable to open output file '{{.*}}doesnotexist{{.}}somename': '{{[nN]}}o such file or directory'