summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-25 18:18:28 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-25 18:18:56 +0100
commit8769270744d26e8884cc819bc86c5f5514be5c78 (patch)
tree0b0ae4fed20051d41b928d423aa57e460975d7fb /test
parent4ac738d6f88aba0a3222334422e4360b5d25b8ed (diff)
chore: frontend improvements, fixing bug in if condition generation.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
-rw-r--r--test/test_samples/inner.nc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_samples/inner.nc b/test/test_samples/inner.nc
index 05657d1..048cd53 100644
--- a/test/test_samples/inner.nc
+++ b/test/test_samples/inner.nc
@@ -2,7 +2,7 @@ let main()
{
let foo := 42;
- if (foo == 42)
+ if (foo == 42):
{
const return_stub():
foo := 0;