aboutsummaryrefslogtreecommitdiff
path: root/test/inline_c.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 17:44:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 17:44:08 -0400
commitc941b9a3325228eba404455afea7ccea0da45095 (patch)
treed4ca88c6848ac2e6ceee635bb87add87ba6d2322 /test/inline_c.tm
parent1cec086a6034ad546977cae7aeaf4bb876d21970 (diff)
Fix tests
Diffstat (limited to 'test/inline_c.tm')
-rw-r--r--test/inline_c.tm3
1 files changed, 1 insertions, 2 deletions
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);