From 1f9147187d66e95a0ffedd4d5595ec98646b5fe1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 25 Mar 2025 15:40:59 -0400 Subject: Make docstring tests use an actual expression AST instead of text matching --- test/inline_c.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/inline_c.tm') diff --git a/test/inline_c.tm b/test/inline_c.tm index 6e5b119e..3c0949cd 100644 --- a/test/inline_c.tm +++ b/test/inline_c.tm @@ -1,7 +1,7 @@ func main(): >> inline C:Int32 { int x = 1 + 2; x } - = 3 + = Int32(3) >> inline C { say(Text("Inline C code works!"), true); -- cgit v1.2.3