From 00450e468a9d66aebc70ef899ac17e2f42693e42 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 22:06:27 -0700 Subject: [PATCH] tools,help: Fix error-type. --- basis/tools/deprecation/deprecation.factor | 2 +- basis/tools/test/test.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/deprecation/deprecation.factor b/basis/tools/deprecation/deprecation.factor index 236fd49418..1e8630418c 100644 --- a/basis/tools/deprecation/deprecation.factor +++ b/basis/tools/deprecation/deprecation.factor @@ -20,7 +20,7 @@ TUPLE: deprecated-usages asset usages ; : :deprecations ( -- ) deprecation-notes get-global values errors. ; -T{ error-type +T{ error-type-holder { type +deprecation-note+ } { word ":deprecations" } { plural "deprecated word usages" } diff --git a/basis/tools/test/test.factor b/basis/tools/test/test.factor index 516e78b7e5..4a82a9eed4 100644 --- a/basis/tools/test/test.factor +++ b/basis/tools/test/test.factor @@ -21,7 +21,7 @@ SYMBOL: test-failures test-failures [ V{ } clone ] initialize -T{ error-type +T{ error-type-holder { type +test-failure+ } { word ":test-failures" } { plural "unit test failures" }