diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-05-06 15:42:15 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-05-06 15:42:15 +0000 |
commit | cf8ea44a8383e3e39525b709cae56d0319c8462a (patch) | |
tree | 0090af3b7ecd58712eb73b47b01a25cd13ef7f68 | |
parent | 9242bd1b06751c05943d75b7062c3496ff1e8380 (diff) | |
download | bcm5719-llvm-cf8ea44a8383e3e39525b709cae56d0319c8462a.tar.gz bcm5719-llvm-cf8ea44a8383e3e39525b709cae56d0319c8462a.zip |
Remove forward slashes from check; should unbreak Windows buildbots.
llvm-svn: 181199
-rw-r--r-- | clang/test/Modules/serialized-diags.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/serialized-diags.m b/clang/test/Modules/serialized-diags.m index 99ba80a7800..18bce06047e 100644 --- a/clang/test/Modules/serialized-diags.m +++ b/clang/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 |