diff --git a/core/compiler/units/units-tests.factor b/core/compiler/units/units-tests.factor index 4d308ff545..48c3b6891c 100644 --- a/core/compiler/units/units-tests.factor +++ b/core/compiler/units/units-tests.factor @@ -68,4 +68,4 @@ M: integer uncompiled-generic-test 1 + ; [ 4 ] [ 3 "q" get call ] unit-test -FORGET: uncompiled-generic-test +[ ] [ [ \ uncompiled-generic-test forget ] with-compilation-unit ] unit-test