From aa2c13cffab2fc6cc6d7e11736bcee2e024e06de Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 17 Jul 2017 17:22:01 +0200 Subject: [PATCH] gcc ist pingelig --- src/reports.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reports.test.c b/src/reports.test.c index 1efd6369a..891f7d4af 100644 --- a/src/reports.test.c +++ b/src/reports.test.c @@ -496,7 +496,7 @@ void test_prepare_lighthouse_capacity(CuTest *tc) { CuAssertIntEquals(tc, seen_neighbour, r2->seen.mode); finish_reports(&ctx); - // lighthouse capacity is # of units, not people: + /* lighthouse capacity is # of units, not people: */ config_set_int("rules.lighthouse.unit_capacity", 1); prepare_report(&ctx, u2->faction); CuAssertPtrEquals(tc, r1, ctx.first);