From 121904086566bab6a651c87074f4daba73b4b417 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 6 Jan 2010 23:52:14 +1300 Subject: [PATCH] compiler.units: fix faulty unit test --- core/compiler/units/units-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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