diff --git a/language/multi-methods/tests/canonicalize.factor b/language/multi-methods/tests/canonicalize.factor index 6d1a9c5cab..0c213dc3c9 100644 --- a/language/multi-methods/tests/canonicalize.factor +++ b/language/multi-methods/tests/canonicalize.factor @@ -41,7 +41,7 @@ CONSTANT: example-1 { { { cpu x86 } { os linux } } "a" } { { { cpu ppc } } "b" } { { string { os windows } } "c" } - } + } ; [ { diff --git a/tools/tools/deploy/shaker/strip-gtk-icon.factor b/tools/tools/deploy/shaker/strip-gtk-icon.factor index e444d9a390..223f9658ad 100644 --- a/tools/tools/deploy/shaker/strip-gtk-icon.factor +++ b/tools/tools/deploy/shaker/strip-gtk-icon.factor @@ -10,4 +10,4 @@ CONSTANT: get-icon-data dup vocab-dir "icon.png" append-path vocab-append-path [ exists? ] keep "resource:misc/icons/Factor_128x128.png" ? binary file-contents - ] + ] ;