]> granicus.if.org Git - clang/commitdiff
Remove forward slashes from check; should unbreak Windows buildbots.
authorDouglas Gregor <dgregor@apple.com>
Mon, 6 May 2013 15:42:15 +0000 (15:42 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 6 May 2013 15:42:15 +0000 (15:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181199 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/serialized-diags.m

index 99ba80a780068b4d135e1a3a5ab6c5e436412f63..18bce06047e9076c951f66b157f4e02d5e669872 100644 (file)
@@ -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