summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/cairo-perf-report.c')
-rw-r--r--perf/cairo-perf-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c
index e62c6eb7..27d4587b 100644
--- a/perf/cairo-perf-report.c
+++ b/perf/cairo-perf-report.c
@@ -129,7 +129,7 @@ test_report_parse (test_report_t *report, char *line, char *configuration)
/* The code here looks funny unless you understand that these are
* all macro calls, (and then the code just looks sick). */
- if (*s == '\n')
+ if (*s == '\n' || *s == '#')
return TEST_REPORT_STATUS_COMMENT;
skip_char ('[');