test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null pointer" to the output itself!

llvm-svn: 116782
This commit is contained in:
NAKAMURA Takumi 2010-10-19 01:11:16 +00:00
parent 8249dfe6ce
commit 3ad833be0e
1 changed files with 4 additions and 1 deletions

View File

@ -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;