diff options
| author | Saikari <[email protected]> | 2026-01-30 06:27:00 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-30 06:27:00 +0300 |
| commit | 06d23505b48a3099f95f6dd66bc12af8d435ed3c (patch) | |
| tree | 1892654e5428868178b3efe002d50f057dd5d073 | |
| parent | 72283d163a02abe02d2e53dd44a6050f80b9e956 (diff) | |
just typo i guess sorry :(
| -rw-r--r-- | tests/projects/nim/link_library/mainlib.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/nim/link_library/mainlib.nim b/tests/projects/nim/link_library/mainlib.nim index 868789d0f..1a1fae06c 100644 --- a/tests/projects/nim/link_library/mainlib.nim +++ b/tests/projects/nim/link_library/mainlib.nim @@ -16,7 +16,7 @@ echo "STB Image: Flip vertically on load set to 1" echo "Calling static lib addTwo(10): ", addTwo(10) echo "Calling static lib getAlphabet(): ", getAlphabet() -echo "Calling shared lib getMsg('test'): ", getMsg() +echo "Calling static lib getMsg('test'): ", getMsg() {.emit: """ #include <test_header.h> |
