]> granicus.if.org Git - clang/commitdiff
Fix record-parsing-invocation.c test on Windows
authorAlex Lorenz <arphaman@gmail.com>
Mon, 4 Dec 2017 23:21:07 +0000 (23:21 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 4 Dec 2017 23:21:07 +0000 (23:21 +0000)
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

test/Index/record-parsing-invocation.c

index 7baf68a73394158c96fb2962353644a76bf4f867..3daa71c028076c4e9ca92aac8a13dc2807d9a0d2 100644 (file)
@@ -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"]}