diff --git a/collects/tests/honu/operators.honu b/collects/tests/honu/operators.honu index c7b20603c6..a5a2e18163 100644 --- a/collects/tests/honu/operators.honu +++ b/collects/tests/honu/operators.honu @@ -2,8 +2,8 @@ operator gg 2 'left function(left right){ - withSyntax left -> left, - right -> right { + withSyntax left = left, + right = right { syntax(left * 2 - right) } }