summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2014-03-07 08:15:35 +0000
committerBen Langmuir <blangmuir@apple.com>2014-03-07 08:15:35 +0000
commit38f54a8ea5832af734635f49fa1d1ef37b833f59 (patch)
tree10e85be5b508bebe4b6dd27011249623e907c2a3
parentd178ad4943926f45a95d320c90f89f55b00ec68e (diff)
downloadbcm5719-llvm-38f54a8ea5832af734635f49fa1d1ef37b833f59.tar.gz
bcm5719-llvm-38f54a8ea5832af734635f49fa1d1ef37b833f59.zip
Tweak some test paths to match on Windows
llvm-svn: 203215
-rw-r--r--clang/test/Modules/dependency-gen.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/Modules/dependency-gen.m b/clang/test/Modules/dependency-gen.m
index 67e590b33e3..dec83848f06 100644
--- a/clang/test/Modules/dependency-gen.m
+++ b/clang/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
OpenPOWER on IntegriCloud