diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 20:54:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 20:54:09 +0100 |
| commit | ef7f9bead82e73ff3efd4577a20e5170b017a859 (patch) | |
| tree | e54802488350234b4ac8a5a98d573096a21ce83c /test | |
| parent | ff7ee3e3e070a2abee70fd93062065060118cf9e (diff) | |
chore: Nectar Generics Library improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_samples/iostream.ncpp | 2 | ||||
| -rw-r--r-- | test/test_samples/return_value.ncpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/test_samples/iostream.ncpp b/test/test_samples/iostream.ncpp index de1e6b8..6ba52ac 100644 --- a/test/test_samples/iostream.ncpp +++ b/test/test_samples/iostream.ncpp @@ -1,4 +1,4 @@ -import iostream; +#include "../../include/LibNectar/iostream.nhh" let main() { diff --git a/test/test_samples/return_value.ncpp b/test/test_samples/return_value.ncpp index 897ca15..812743a 100644 --- a/test/test_samples/return_value.ncpp +++ b/test/test_samples/return_value.ncpp @@ -1,3 +1,5 @@ +#include "../../include/LibNectar/iostream.nhh" + let main() { let six_seven = 67; |
