From 62e9a0248f6b832ffa6d5318c0eb1efb92430c57 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sat, 14 Dec 2024 09:44:40 +0800 Subject: [PATCH] Fixed native test snippet file shared object file path. --- test/native.n8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/native.n8 b/test/native.n8 index 97f4df9..2b0e265 100644 --- a/test/native.n8 +++ b/test/native.n8 @@ -1,5 +1,5 @@ #!/opt/n8lang/bin/n8 -val("dist/n8lang/modules/core@1.0.0/lib/n8-std") +val("dist/n8lang/modules/core@1.0.0/lib/core") io.printLine io.printLine("Hello!")