]> granicus.if.org Git - clang/commitdiff
This test was updated in r216397, but was failing on Windows due to mixed path separa...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 26 Aug 2014 14:09:25 +0000 (14:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 26 Aug 2014 14:09:25 +0000 (14:09 +0000)
Note, the path this test reports a failure on (for my Windows setup) is: E:\llvm\llvm\tools\clang\test\Frontend/doesnotexist/somename

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216456 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/output-failures.c

index 51ad59f2f2741c71ad4699508967226b12fd7a74..362deb5e4629ad6600e5d3e343f62c0474966cb4 100644 (file)
@@ -1,4 +1,4 @@
 // RUN: not %clang_cc1 -emit-llvm -o %S/doesnotexist/somename %s 2> %t
 // RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
 
-// OUTPUTFAIL: error: unable to open output file '{{.*}}/test/Frontend/doesnotexist/somename': 'No such file or directory'
+// OUTPUTFAIL: error: unable to open output file '{{.*}}{{[/\\]}}test{{[/\\]}}Frontend{{[/\\]}}doesnotexist{{[/\\]}}somename': '{{[nN]}}o such file or directory'