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
diff --git a/test/Modules/serialized-diags.m b/test/Modules/serialized-diags.m
index 99ba80a..18bce06 100644
--- a/test/Modules/serialized-diags.m
+++ b/test/Modules/serialized-diags.m
@@ -12,7 +12,7 @@
 // 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