From c9abd2f8683a3a54a98610f1ed2362f36f5562b8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 23 Nov 2008 22:05:04 -0600 Subject: [PATCH] Fix typo --- extra/mason/test/test.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/mason/test/test.factor b/extra/mason/test/test.factor index e4390d25a6..b23ad19e5e 100644 --- a/extra/mason/test/test.factor +++ b/extra/mason/test/test.factor @@ -47,7 +47,7 @@ M: method-body word-vocabulary "method-generic" word-prop word-vocabulary ; ".." [ bootstrap-time get boot-time-file to-file [ do-load do-compile-errors ] benchmark-ms load-time-file to-file - [ generate-help ] html-help-time-file to-file + [ generate-help ] benchmark-ms html-help-time-file to-file [ do-tests ] benchmark-ms test-time-file to-file [ do-help-lint ] benchmark-ms help-lint-time-file to-file [ do-benchmarks ] benchmark-ms benchmark-time-file to-file