aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/html-diagnostics.c
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-10-21 03:59:06 +0000
committerAndrew Trick <atrick@apple.com>2010-10-21 03:59:06 +0000
commit9642cc6a9da62b8c41dbaab35a5b085b096ac70f (patch)
tree406983d1b039ab6b6cec075f8d3329cf29a7d3e4 /clang/test/Coverage/html-diagnostics.c
parentc16f77fb27984b531e81b7dbd139e00a21ff7514 (diff)
downloadllvm-9642cc6a9da62b8c41dbaab35a5b085b096ac70f.zip
llvm-9642cc6a9da62b8c41dbaab35a5b085b096ac70f.tar.gz
llvm-9642cc6a9da62b8c41dbaab35a5b085b096ac70f.tar.bz2
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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c
index 81b2cfa..be820fb 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;