From c0d0299b0f72b43c1f125c2e5319e4dce3e4c171 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 18:06:39 -0400 Subject: Fix tests --- test/structs.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/structs.tm') diff --git a/test/structs.tm b/test/structs.tm index 05349068..1768cf71 100644 --- a/test/structs.tm +++ b/test/structs.tm @@ -25,7 +25,7 @@ func test_metamethods() assert x != Pair(10, 30) assert x < Pair(11, 20) - >> set := {x=yes} + >> set := {x: yes} assert set.has(x) == yes assert set.has(y) == no @@ -36,7 +36,7 @@ func test_mixed() assert x == Mixed(10, "Hello") assert x != Mixed(10, "Bye") assert x < Mixed(11, "Hello") - >> set := {x=yes} + >> set := {x: yes} assert set.has(x) == yes assert set.has(y) == no -- cgit v1.2.3