summaryrefslogtreecommitdiffhomepage
path: root/test/test_samples
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_samples')
-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;