diff options
| author | Andrew Trick <atrick@apple.com> | 2010-10-21 03:59:06 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2010-10-21 03:59:06 +0000 |
| commit | 9642cc6a9da62b8c41dbaab35a5b085b096ac70f (patch) | |
| tree | 406983d1b039ab6b6cec075f8d3329cf29a7d3e4 /clang/test/Coverage/html-diagnostics.c | |
| parent | c16f77fb27984b531e81b7dbd139e00a21ff7514 (diff) | |
| download | bcm5719-llvm-9642cc6a9da62b8c41dbaab35a5b085b096ac70f.tar.gz bcm5719-llvm-9642cc6a9da62b8c41dbaab35a5b085b096ac70f.zip | |
putback r116782, it's a safe fix and should not break windows
llvm-svn: 116994
Diffstat (limited to 'clang/test/Coverage/html-diagnostics.c')
| -rw-r--r-- | clang/test/Coverage/html-diagnostics.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c index 81b2cfa588e..be820fb90f2 100644 --- a/clang/test/Coverage/html-diagnostics.c +++ b/clang/test/Coverage/html-diagnostics.c @@ -3,7 +3,10 @@ // RUN: cat %t/*.html | FileCheck %s // CHECK: <h3>Annotated Source Code</h3> -// CHECK: Dereference of null pointer + +// Without tweaking expr, the expr would hit to the line below +// emitted to the output as comment. +// CHECK: {{[D]ereference of null pointer}} void f0(int x) { int *p = &x; |

