From 745dacfcd1c9747a443b40683393aeb5f14d6f7b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 6 May 2013 15:42:15 +0000 Subject: [PATCH] Remove forward slashes from check; should unbreak Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181199 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/serialized-diags.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/serialized-diags.m b/test/Modules/serialized-diags.m index 99ba80a780..18bce06047 100644 --- a/test/Modules/serialized-diags.m +++ b/test/Modules/serialized-diags.m @@ -12,7 +12,7 @@ double *double_ptr = &float_val; // RUN: c-index-test -read-diagnostics %t.diag > %t.out 2>&1 // RUN: FileCheck --input-file=%t.out %s -// CHECK: Inputs/ModuleDiags/has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *' +// CHECK: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *' // CHECK: serialized-diags.m:1:9: note: while building module 'HasWarnings' imported from // CHECK: serialized-diags.m:8:9: warning: incompatible pointer types initializing 'double *' // CHECK: Number of diagnostics: 2 -- 2.40.0