blob: 362deb5e4629ad6600e5d3e343f62c0474966cb4 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
Daniel Dunbar2eaef182009-11-20 22:32:38 +00002// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
3
Aaron Ballmanc0a596e2014-08-26 14:09:25 +00004// OUTPUTFAIL: error: unable to open output file '{{.*}}{{[/\\]}}test{{[/\\]}}Frontend{{[/\\]}}doesnotexist{{[/\\]}}somename': '{{[nN]}}o such file or directory'