From: Douglas Yung Date: Wed, 5 Dec 2018 23:10:14 +0000 (+0000) Subject: Fix test change from r348365 to deal with Windows paths correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d921d55bc3fda78b696691de22e63cc81f68841;p=clang Fix test change from r348365 to deal with Windows paths correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/darwin-stdlib.cpp b/test/Driver/darwin-stdlib.cpp index 2c4e9a4c4f..3da92a26ee 100644 --- a/test/Driver/darwin-stdlib.cpp +++ b/test/Driver/darwin-stdlib.cpp @@ -14,7 +14,7 @@ // optional absolute include for libc++ from InitHeaderSearch.cpp also fires. // CHECK-LIBCXX: "-stdlib=libc++" -// CHECK-LIBCXX: "-internal-isystem" "{{[^"]*}}{{[/\\]}}Inputs{{[/\\]}}darwin_toolchain_tree{{[/\\]}}bin{{[/\\]}}include{{[/\\]}}c++{{[/\\]}}v1" +// CHECK-LIBCXX: "-internal-isystem" "{{[^"]*}}{{/|\\\\}}Inputs{{/|\\\\}}darwin_toolchain_tree{{/|\\\\}}bin{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}v1" // CHECK-LIBSTDCXX-NOT: -stdlib=libc++ // CHECK-LIBSTDCXX-NOT: -stdlib=libstdc++