diff --git a/basis/compiler/tests/redefine14.factor b/basis/compiler/tests/redefine14.factor index 6a04eed088..a72db4833c 100644 --- a/basis/compiler/tests/redefine14.factor +++ b/basis/compiler/tests/redefine14.factor @@ -5,4 +5,4 @@ TUPLE: bad ; M: bad length 1 2 3 ; -[ ] [ [ { bad length } forget ] with-compilation-unit ] unit-test +[ ] [ [ M\ bad length forget ] with-compilation-unit ] unit-test