From b8a7d6e87b89ed99cd9d524db2f626da0509f7f0 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; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221264 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/VFS/umbrella-mismatch.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/VFS/umbrella-mismatch.m b/test/VFS/umbrella-mismatch.m index c73129448c..f3a4ab34e0 100644 --- a/test/VFS/umbrella-mismatch.m +++ b/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.40.0