From: Ben Langmuir Date: Fri, 7 Mar 2014 08:15:35 +0000 (+0000) Subject: Tweak some test paths to match on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f686af90a7793b4ad34d9293f6bbf01432018b7;p=clang Tweak some test paths to match on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203215 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/dependency-gen.m b/test/Modules/dependency-gen.m index 67e590b33e..dec83848f0 100644 --- a/test/Modules/dependency-gen.m +++ b/test/Modules/dependency-gen.m @@ -4,8 +4,8 @@ // RUN: %clang_cc1 -x objective-c -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d.1 -MT %s.o -I %S/Inputs -fsyntax-only -fmodules -fmodules-cache-path=%t-mcp %s // RUN: FileCheck %s < %t.d.1 // CHECK: dependency-gen.m -// CHECK: Inputs/diamond_top.h -// CHECK: Inputs/module.map +// CHECK: Inputs{{.}}diamond_top.h +// CHECK: Inputs{{.}}module.map // CHECK-NOT: usr{{.}}include{{.}}module.map // CHECK-NOT: stdint.h @@ -13,8 +13,8 @@ // RUN: %clang_cc1 -x objective-c -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d.2 -MT %s.o -I %S/Inputs -sys-header-deps -fsyntax-only -fmodules -fmodules-cache-path=%t-mcp %s // RUN: FileCheck %s -check-prefix=CHECK-SYS < %t.d.2 // CHECK-SYS: dependency-gen.m -// CHECK-SYS: Inputs/diamond_top.h -// CHECK-SYS: Inputs/module.map +// CHECK-SYS: Inputs{{.}}diamond_top.h +// CHECK-SYS: Inputs{{.}}module.map // CHECK-SYS: usr{{.}}include{{.}}module.map // CHECK-SYS: stdint.h