X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcompiler%2Ftests%2Fredefine4.factor;h=cc74e5a783c03ffeaa7470f9f8373b33b0c9fe46;hp=2320f64af60a6da4ddbad5d66cd2795bd803a198;hb=3f3d57032bf29190e9bee12d168a4bce6d74653c;hpb=cd1bb8f4c8afba318249c7b756a45aa1c46ea51e diff --git a/basis/compiler/tests/redefine4.factor b/basis/compiler/tests/redefine4.factor index 2320f64af6..cc74e5a783 100644 --- a/basis/compiler/tests/redefine4.factor +++ b/basis/compiler/tests/redefine4.factor @@ -1,5 +1,5 @@ -IN: compiler.tests.redefine4 USING: io.streams.string kernel tools.test eval ; +IN: compiler.tests.redefine4 : declaration-test-1 ( -- a ) 3 ; flushable