]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-tests.factor
Revert "continuations.tests: test case for #1187"
[factor.git] / core / continuations / continuations-tests.factor
index cb24f7886ed4dda9abdbb31aa3eb54028aa40388..988be0dd88a6bf3c5257cec15fed13fbec127cd3 100644 (file)
@@ -1,6 +1,6 @@
 USING: kernel math namespaces io tools.test sequences vectors
 continuations debugger parser memory arrays words
-kernel.private accessors eval splitting ;
+kernel.private accessors eval ;
 IN: continuations.tests
 
 : (callcc1-test) ( n obj -- n' obj )
@@ -33,11 +33,6 @@ IN: continuations.tests
     "Hello" =
 ] unit-test
 
-! #1187
-[ ] [
-    minor-gc [ split-slice ] ignore-errors minor-gc
-] unit-test
-
 "!!! The following error is part of the test" print
 
 [ ] [ [ 6 [ 12 [ "2 car" ] ] ] print-error ] unit-test
@@ -57,7 +52,7 @@ IN: continuations.tests
 
 ! ! See how well callstack overflow is handled
 ! [ clear drop ] must-fail
-!
+! 
 ! : callstack-overflow callstack-overflow f ;
 ! [ callstack-overflow ] must-fail