diff --git a/Changes b/Changes index 86fc7155..89799912 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Red {{$NEXT}} + - Remove the test skip 0.1.70 2024-04-12T03:09:58+01:00 - New incompatible rakudo version diff --git a/t/23-metamodel-model.rakutest b/t/23-metamodel-model.rakutest index 726642f5..13ea5660 100644 --- a/t/23-metamodel-model.rakutest +++ b/t/23-metamodel-model.rakutest @@ -59,13 +59,7 @@ is-deeply Ble.^columns>>.name.Set, set < $!a $!b $!c $!e >; is Bla.^migration-hash.elems, 1; is Bla.^migration-hash, "bla"; -# TODO: Remove skip when Raku 2024.03+ is fixed -# migration is not working anyway -if $*RAKU.compiler.version >= v2024.03 { - skip "Raku 2024.03+ has a bug", 1; -} else { - is Bla.^migration-hash, v0; -} +is Bla.^migration-hash, v0; is Ble.^migration-hash.elems, 4; is Ble.^migration-hash, "not-ble";