]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix kernel unit tests on Win64
authorunknown <Administrator@.(none)>
Mon, 22 Dec 2008 00:52:13 +0000 (18:52 -0600)
committerunknown <Administrator@.(none)>
Mon, 22 Dec 2008 00:52:13 +0000 (18:52 -0600)
core/kernel/kernel-tests.factor

index 0702f4931fff135c72b569f3f9aff2eca20f7338..eae225e54335eada5adbc060b8eb65dc46123a54 100644 (file)
@@ -1,7 +1,7 @@
 USING: arrays byte-arrays kernel kernel.private math memory
 namespaces sequences tools.test math.private quotations
 continuations prettyprint io.streams.string debugger assocs
-sequences.private accessors ;
+sequences.private accessors locals.backend ;
 IN: kernel.tests
 
 [ 0 ] [ f size ] unit-test
@@ -35,7 +35,7 @@ IN: kernel.tests
 
 [ ] [ [ :c ] with-string-writer drop ] unit-test
 
-: overflow-r 3 [ overflow-r ] dip ;
+: overflow-r 3 load-local overflow-r ;
 
 [ overflow-r ] [ { "kernel-error" 14 f f } = ] must-fail-with