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 | 745dacfcd1c9747a443b40683393aeb5f14d6f7b (patch) | |
tree | 031047ed728b1cea5f32fc18fc8adce031868ac8 | |
parent | dbce2c6771d3d1e8ca42989122a5edf8fb5a93d7 (diff) |
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
-rw-r--r-- | test/Modules/serialized-diags.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 |