summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 15:47:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 15:48:01 +0100
commit38e21d3cd9409d583c627fb9bd401db5dcbd6981 (patch)
tree9da43b5db9927ec2dfd5c9f0da89c59f045b0adb /test
parent4014ac78f306a235da419b2da5005d08735cb3f3 (diff)
feat: implemented `->`, `.`, error handling.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
-rw-r--r--test/test_samples/test_struct.ncpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_samples/test_struct.ncpp b/test/test_samples/test_struct.ncpp
index f1893d0..5006a01 100644
--- a/test/test_samples/test_struct.ncpp
+++ b/test/test_samples/test_struct.ncpp
@@ -24,7 +24,7 @@ let main()
let io := 0x0;
io := construct_foo();
- let first_number := io.noop();
+ let first_number := io->noop();
let status := delete(io);
return first_number;