From 78b8555c9a7181ebee59a6fbdefe671d97dc9535 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 9 Sep 2006 17:31:49 -0700 Subject: [PATCH] perf: Don't skip COLOR tests --- perf/cairo-perf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c index 6b4851321..615acc940 100644 --- a/perf/cairo-perf.c +++ b/perf/cairo-perf.c @@ -154,8 +154,6 @@ main (int argc, char *argv[]) continue; if (cairo_test_target && ! strstr (cairo_test_target, target->name)) continue; - if (target->content == CAIRO_CONTENT_COLOR) - continue; for (j = 0; perfs[j].name; j++) { perf = &perfs[j]; for (size = perf->min_size; size <= perf->max_size; size *= 2) {