diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-12 13:25:44 -0700 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-12 13:25:44 -0700 |
commit | 62892ff26a57610644433b07f4b1a2ba9da22778 (patch) | |
tree | 5bebcc2593a16d8a0bb9a19f0151bff76824cc36 /tests | |
parent | 775ee7779d065b33577a97d25079b5c70ec834d1 (diff) |
Adding readU64() test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test2.lua | 1 |
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 |