From 62892ff26a57610644433b07f4b1a2ba9da22778 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Mon, 12 Aug 2013 13:25:44 -0700 Subject: Adding readU64() test. --- tests/test2.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test2.lua') 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 -- cgit v1.2.3