Daniel Dunbar | 8fbe78f | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t |
Daniel Dunbar | 2eaef18 | 2009-11-20 22:32:38 +0000 | [diff] [blame] | 2 | // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s |
3 | |||||
Aaron Ballman | c0a596e | 2014-08-26 14:09:25 +0000 | [diff] [blame^] | 4 | // OUTPUTFAIL: error: unable to open output file '{{.*}}{{[/\\]}}test{{[/\\]}}Frontend{{[/\\]}}doesnotexist{{[/\\]}}somename': '{{[nN]}}o such file or directory' |