From 5d1739474d967de1ab8a8f88aa5eff250dbc0eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 13 Jul 2020 23:33:55 +0100 Subject: Widen the feature bundle hint mask to 4 bits VMS only uses two bits for its hints, so we can steal one more for the feature bundles. This is necessary if we want to remove features from a future bundle, e.g. `indirect` and `switch`. --- ext/B/t/concise.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/B') diff --git a/ext/B/t/concise.t b/ext/B/t/concise.t index 3541ce3504..870429f4fc 100644 --- a/ext/B/t/concise.t +++ b/ext/B/t/concise.t @@ -521,7 +521,7 @@ like $out, qr/$end/, 'OP_AND->op_other points correctly'; is(scalar(@hints), 3, "3 hints"); is($hints[0], 'v:{', "hints[0]"); is($hints[1], 'v:*,&,{,x*,x&,x$,$', "hints[1]"); - is($hints[2], 'v:us,*,&,{,x*,x&,x$,$,fea=7', "hints[2]"); + is($hints[2], 'v:us,*,&,{,x*,x&,x$,$,fea=15', "hints[2]"); } __END__ -- cgit v1.2.1