]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/chameneos-redux/chameneos-redux.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / benchmark / chameneos-redux / chameneos-redux.factor
index 83839398c9c894e78c959da9b1270f2592e3e0bd..bcc0e85620dc6bf6a985b2015aa7ac75478a1b5b 100644 (file)
@@ -38,7 +38,7 @@ TUPLE: meeting-place count mailbox ;
             { { yellow blue } [ red ] }
             { { blue red } [ yellow ] }
             { { blue yellow } [ red ] }
-            [ throw-bad-color-pair ]
+            [ bad-color-pair ]
         } case
     ] if ;