From dc16449dd51ef28848c576316e631a903964149b Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Tue, 22 Nov 2011 13:16:11 -0700 Subject: [PATCH] [honu] change to honu extension --- collects/tests/honu/{operators.rkt => operators.honu} | 2 -- 1 file changed, 2 deletions(-) rename collects/tests/honu/{operators.rkt => operators.honu} (96%) diff --git a/collects/tests/honu/operators.rkt b/collects/tests/honu/operators.honu similarity index 96% rename from collects/tests/honu/operators.rkt rename to collects/tests/honu/operators.honu index 78988cd455..c7b20603c6 100644 --- a/collects/tests/honu/operators.rkt +++ b/collects/tests/honu/operators.honu @@ -1,6 +1,5 @@ #lang honu -/* operator gg 2 'left function(left right){ withSyntax left -> left, @@ -10,4 +9,3 @@ operator gg 2 'left } 3 gg 4 gg 5 -*/