]> gitweb.factorcode.org Git - factor.git/blobdiff - core/prettyprint/prettyprint-tests.factor
Fixing everything for mandatory stack effects
[factor.git] / core / prettyprint / prettyprint-tests.factor
index f5ec263f117d0d969c7d2dc12d10d1cc2f34e79d..d5f4dd5906f80c8b00215422785de28b588ae333 100755 (executable)
@@ -34,23 +34,6 @@ unit-test
 
 [ "SBUF\" hello world\"" ] [ SBUF" hello world" unparse ] unit-test
 
-
-[ "( a b -- c d )" ] [
-    { "a" "b" } { "c" "d" } <effect> effect>string
-] unit-test
-
-[ "( -- c d )" ] [
-    { } { "c" "d" } <effect> effect>string
-] unit-test
-
-[ "( a b -- )" ] [
-    { "a" "b" } { } <effect> effect>string
-] unit-test
-
-[ "( -- )" ] [
-    { } { } <effect> effect>string
-] unit-test
-
 [ "W{ \\ + }" ] [ [ W{ \ + } ] first unparse ] unit-test
 
 [ ] [ \ fixnum see ] unit-test