From 234cfbdbcd41a8efe36f0b211d947f0958aa2aa9 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 27 Jun 2016 21:01:26 -0700 Subject: [PATCH] multi-methods: RENAME: doesn't know \ --- language/multi-methods/tests/syntax.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/language/multi-methods/tests/syntax.factor b/language/multi-methods/tests/syntax.factor index 6e0ea01500..727cb7749b 100644 --- a/language/multi-methods/tests/syntax.factor +++ b/language/multi-methods/tests/syntax.factor @@ -1,7 +1,6 @@ USING: multi-methods tools.test math sequences namespaces system kernel strings definitions prettyprint debugger arrays hashtables continuations classes assocs accessors see ; -RENAME: GENERIC: multi-methods => multi-methods:GENERIC: ; IN: multi-methods.tests multi-methods:GENERIC: first-test ( -- ) ;