summaryrefslogtreecommitdiff
path: root/tests/test2.lua
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-08-12 13:25:44 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-08-12 13:25:44 -0700
commit62892ff26a57610644433b07f4b1a2ba9da22778 (patch)
tree5bebcc2593a16d8a0bb9a19f0151bff76824cc36 /tests/test2.lua
parent775ee7779d065b33577a97d25079b5c70ec834d1 (diff)
Adding readU64() test.
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