summaryrefslogtreecommitdiff
path: root/tests/test2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test2.lua')
-rw-r--r--tests/test2.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test2.lua b/tests/test2.lua
index 20497bc..da7497a 100644
--- a/tests/test2.lua
+++ b/tests/test2.lua
@@ -15,5 +15,6 @@ function test2()
print(i:readU8())
print(i:readU16())
print(i:readU32())
+ print(i:readU64())
i:destroy()
end