diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 15:12:12 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 15:12:12 +0000 |
| commit | 7d1944ab9d2307f2736afe8520436872db1c7617 (patch) | |
| tree | 7380a4f148f9ce0b70ed9f02cfa5e8561c783a7a /tests/features/test_comptime_suite.zc | |
| parent | 8b720543f538862796fec0ff6b7ea12cb140bf0f (diff) | |
'let' it be
Diffstat (limited to 'tests/features/test_comptime_suite.zc')
| -rw-r--r-- | tests/features/test_comptime_suite.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_comptime_suite.zc b/tests/features/test_comptime_suite.zc index b8127ec..677e0ff 100644 --- a/tests/features/test_comptime_suite.zc +++ b/tests/features/test_comptime_suite.zc @@ -17,7 +17,7 @@ test "test_comptime_block" { } test "test_comptime_attr" { - var x = double_ct(21); + let x = double_ct(21); assert(x == 42, "Comptime function failed"); println "Comptime function called successfully"; } |
