]> granicus.if.org Git - clang/commitdiff
clang/test/VFS/umbrella-mismatch.m: Let it work on win32 to avoid backslashes in...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:05:23 +0000 (13:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:05:23 +0000 (13:05 +0000)
FIXME: Is it intentional? s;OUT_DIR;%/S/Inputs;

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

test/VFS/umbrella-mismatch.m

index c73129448c55b630e840f16e345a7b94cf66dfe7..f3a4ab34e0654b83e366d900727291b722e6a6ea 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: rm -rf %t
-// RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%S/Inputs:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
-// REQUIRES: shell
+// RUN: sed -e "s;INPUT_DIR;%/S/Inputs;g" -e "s;OUT_DIR;%/S/Inputs;g" %S/Inputs/vfsoverlay.yaml > %t.yaml
 
 // RUN: %clang_cc1 -Werror -fmodules -fmodules-cache-path=%t -ivfsoverlay %t.yaml -F %S/Inputs -fsyntax-only %s -verify
 // RUN: %clang_cc1 -Werror -fmodules -fmodules-cache-path=%t -F %S/Inputs -fsyntax-only %s -verify