From 4705ffb4c7f7255ecb825d2a9952b3a7adead393 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 14 May 2014 14:30:03 +1000 Subject: Disable the testing part of test.lua, so it doesn't flood the screen. --- src/GuiLua/test.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/GuiLua/test.lua b/src/GuiLua/test.lua index aa7235a..ee007ea 100644 --- a/src/GuiLua/test.lua +++ b/src/GuiLua/test.lua @@ -31,7 +31,7 @@ skang.moduleEnd(_M) end - +--[[ -- Test it. local skang = require 'skang' local test = require 'test' @@ -210,3 +210,4 @@ print(stuff.S['record2'].field1) --skang.printTableStart(getmetatable(stuff.S), '', 'stuff.S metatable') --skang.printTableStart(getmetatable(test), '', 'test metatable') +]] -- cgit v1.1