]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "continuations.tests: test case for #1187"
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Dec 2014 19:45:19 +0000 (11:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 4 Dec 2014 19:46:28 +0000 (11:46 -0800)
This reverts commit 5dc7cce25353427f95ec463e09efb77d8cc9690c.

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