From 88a870fb124456bd6797c6023ab3cda1ae2596c8 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Fri, 31 Dec 2010 10:21:13 -0300 Subject: [PATCH] [t] Exercise mark VTABLE on Task PMC --- t/pmc/task.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/pmc/task.t b/t/pmc/task.t index 9b660699b8..c5335a8a11 100644 --- a/t/pmc/task.t +++ b/t/pmc/task.t @@ -82,6 +82,10 @@ pir_output_is( <<'CODE', <<'OUT', "create a task and set attributes" ); $P2 = get_global 'code' setattribute $P0, 'code', $P2 + + # Make sure the mark vtable is exercised + sweep 1 + end .end