r181199 - Remove forward slashes from check; should unbreak Windows buildbots.

Douglas Gregor dgregor at apple.com
Mon May 6 08:42:16 PDT 2013


Author: dgregor
Date: Mon May  6 10:42:15 2013
New Revision: 181199

URL: http://llvm.org/viewvc/llvm-project?rev=181199&view=rev
Log:
Remove forward slashes from check; should unbreak Windows buildbots.

Modified:
    cfe/trunk/test/Modules/serialized-diags.m

Modified: cfe/trunk/test/Modules/serialized-diags.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/serialized-diags.m?rev=181199&r1=181198&r2=181199&view=diff
==============================================================================
--- cfe/trunk/test/Modules/serialized-diags.m (original)
+++ cfe/trunk/test/Modules/serialized-diags.m Mon May  6 10:42:15 2013
@@ -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





More information about the cfe-commits mailing list