From cf15c170d5f795b3fcaad81b30dac714e3cc9c1c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Nov 2014 13:05:23 +0000 Subject: [PATCH] clang/test/VFS/umbrella-mismatch.m: Let it work on win32 to avoid backslashes in yaml. FIXME: Is it intentional? s;OUT_DIR;%/S/Inputs; llvm-svn: 221264 --- clang/test/VFS/umbrella-mismatch.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/test/VFS/umbrella-mismatch.m b/clang/test/VFS/umbrella-mismatch.m index c731294..f3a4ab3 100644 --- a/clang/test/VFS/umbrella-mismatch.m +++ b/clang/test/VFS/umbrella-mismatch.m @@ -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 -- 2.7.4