From c941b9a3325228eba404455afea7ccea0da45095 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 17:44:08 -0400 Subject: Fix tests --- test/inline_c.tm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/inline_c.tm') diff --git a/test/inline_c.tm b/test/inline_c.tm index a9a7d6fc..79e8a97d 100644 --- a/test/inline_c.tm +++ b/test/inline_c.tm @@ -1,7 +1,6 @@ func main() - >> C_code:Int32`int x = 1 + 2; x` - = Int32(3) + assert C_code:Int32`int x = 1 + 2; x` == Int32(3) >> C_code ` say(Text("Inline C code works!"), true); -- cgit v1.2.3