From: Alex Lorenz Date: Mon, 4 Dec 2017 23:21:07 +0000 (+0000) Subject: Fix record-parsing-invocation.c test on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aed3543ff2e4d2ad34d4cb73f57ee1c8d19013d;p=clang Fix record-parsing-invocation.c test on Windows We should not check for the forward slash '/' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319715 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/record-parsing-invocation.c b/test/Index/record-parsing-invocation.c index 7baf68a733..3daa71c028 100644 --- a/test/Index/record-parsing-invocation.c +++ b/test/Index/record-parsing-invocation.c @@ -18,4 +18,4 @@ # pragma clang __debug parser_crash #endif -// CHECK: {"toolchain":"{{.*}}","libclang.operation":"parse","libclang.opts":1,"args":["clang","-fno-spell-checking","{{.*}}/record-parsing-invocation.c","-Xclang","-detailed-preprocessing-record","-fallow-editor-placeholders"]} +// CHECK: {"toolchain":"{{.*}}","libclang.operation":"parse","libclang.opts":1,"args":["clang","-fno-spell-checking","{{.*}}record-parsing-invocation.c","-Xclang","-detailed-preprocessing-record","-fallow-editor-placeholders"]}