[Clang] Fix tests following rG087047144210
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 26 Aug 2020 15:32:17 +0000 (11:32 -0400)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 26 Aug 2020 15:32:46 +0000 (11:32 -0400)
clang/test/Driver/cl-options.c

index f4d2d66..89dbdeb 100644 (file)
 
 // Validate that built-in include paths are based on the supplied path
 // RUN: %clang_cl -vctoolsdir "/fake" -### -- %s 2>&1 | FileCheck %s --check-prefix FAKEDIR
-// FAKEDIR: "-internal-isystem" "/fake{{.}}include"
-// FAKEDIR: "-internal-isystem" "/fake{{.}}atlmfc{{.}}include"
+// FAKEDIR: "-internal-isystem" "/fake{{/|\\\\}}include"
+// FAKEDIR: "-internal-isystem" "/fake{{/|\\\\}}atlmfc{{/|\\\\}}include"
 
 void f() { }