summaryrefslogtreecommitdiff
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
parent775ee7779d065b33577a97d25079b5c70ec834d1 (diff)
Adding readU64() test.
m---------Balau0
-rw-r--r--tests/test2.lua1
2 files changed, 1 insertions, 0 deletions
diff --git a/Balau b/Balau
-Subproject a91c3d3a6cb5e71c6376b1efe7d037f02b36f03
+Subproject f5e970f17e9bb3fc30cda214cf8522e4216de30
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