From 27e50a6cb61fa15ee09a831b4ac95c8a6c5c9b11 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 5 Jan 2015 11:47:12 +0100 Subject: [PATCH] Unfudge now passing precomp test, jnthn++ --- S22-package-format/local.t | 1 - 1 file changed, 1 deletion(-) diff --git a/S22-package-format/local.t b/S22-package-format/local.t index b288695ed7..5cd120c62d 100644 --- a/S22-package-format/local.t +++ b/S22-package-format/local.t @@ -84,7 +84,6 @@ is $compunit-src.has-precomp, False, "is the module pre-compiled"; # does it find the precomped version (without a source being present) $candidates = $curlf.candidates('NanooNanoo'); -#?rakudo todo 'we have some kind of precomp issue' subtest { is $candidates.elems, 1, "did we get 1 candidate"; my $compunit-cmp = $candidates[0];