From: Rafael Garcia-Suarez Date: Fri, 18 Jun 2010 07:30:14 +0000 (+0200) Subject: Fix list of constants to import to make this test pass X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9bf0e0a91525fcdd8099d78b891aa20066e9d1c;p=p5sagit%2Fp5-mst-13.2.git Fix list of constants to import to make this test pass --- diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index d4c25b4..68abad1 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -157,7 +157,7 @@ my $testpkgs = { CVf_METHOD LIST_CONTEXT OP_CONST OP_LIST OP_RV2SV OP_STRINGIFY OPf_KIDS OPf_MOD OPf_REF OPf_SPECIAL OPf_STACKED OPf_WANT OPf_WANT_LIST OPf_WANT_SCALAR - OPf_WANT_VOID OPpCONST_ARYBASE OPpCONST_BARE + OPf_WANT_VOID OPpCONST_ARYBASE OPpCONST_BARE OPpCONST_NOVER OPpENTERSUB_AMPER OPpEXISTS_SUB OPpITER_REVERSED OPpLVAL_INTRO OPpOUR_INTRO OPpSLICE OPpSORT_DESCEND OPpSORT_INPLACE OPpSORT_INTEGER OPpSORT_NUMERIC