From 4dd58ce40e15825f3d56e222f323cb4e6bae7307 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 18 May 2010 23:08:37 -0400 Subject: [PATCH] compiler.tests: fix test for generalizations change --- basis/compiler/tests/spilling.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/compiler/tests/spilling.factor b/basis/compiler/tests/spilling.factor index e518ff8df2..2e4c48f930 100644 --- a/basis/compiler/tests/spilling.factor +++ b/basis/compiler/tests/spilling.factor @@ -1,7 +1,9 @@ USING: math.private kernel combinators accessors arrays -generalizations tools.test words ; +generalizations sequences.generalizations tools.test words ; IN: compiler.tests.spilling +! These tests are stupid and don't trigger spilling anymore + : float-spill-bug ( a -- b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b b ) { [ dup float+ ] @@ -163,7 +165,6 @@ IN: compiler.tests.spilling [ 4 ] [ 1 1 resolve-spill-bug ] unit-test -! The above don't really test spilling... : spill-test-1 ( a -- b ) dup 1 fixnum+fast dup 1 fixnum+fast