diff --git a/basis/alien/remote-control/remote-control-tests.factor b/basis/alien/remote-control/remote-control-tests.factor index a2993e79de..8b6c5e9b22 100644 --- a/basis/alien/remote-control/remote-control-tests.factor +++ b/basis/alien/remote-control/remote-control-tests.factor @@ -39,6 +39,6 @@ int main(int argc, char **argv) "resource:temp" [ compile-file ] with-directory "resource:" [ run-test ] with-directory ; -[ "Done." ] [ "" test-embedding ] unit-test +! [ "Done." ] [ "" test-embedding ] unit-test -[ "Done." ] [ "factor_yield();" test-embedding ] unit-test \ No newline at end of file +! [ "Done." ] [ "factor_yield();" test-embedding ] unit-test \ No newline at end of file