diff options
author | David Walter Seikel | 2014-05-14 14:30:03 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-14 14:30:03 +1000 |
commit | 4705ffb4c7f7255ecb825d2a9952b3a7adead393 (patch) | |
tree | 02fcdcf966cdde6247a15a72ebab5ea26edc2ddd /src | |
parent | TODO++ (diff) | |
download | SledjHamr-4705ffb4c7f7255ecb825d2a9952b3a7adead393.zip SledjHamr-4705ffb4c7f7255ecb825d2a9952b3a7adead393.tar.gz SledjHamr-4705ffb4c7f7255ecb825d2a9952b3a7adead393.tar.bz2 SledjHamr-4705ffb4c7f7255ecb825d2a9952b3a7adead393.tar.xz |
Disable the testing part of test.lua, so it doesn't flood the screen.
Diffstat (limited to 'src')
-rw-r--r-- | src/GuiLua/test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
31 | 31 | ||
32 | end | 32 | end |
33 | 33 | ||
34 | 34 | --[[ | |
35 | -- Test it. | 35 | -- Test it. |
36 | local skang = require 'skang' | 36 | local skang = require 'skang' |
37 | local test = require 'test' | 37 | local test = require 'test' |
@@ -210,3 +210,4 @@ print(stuff.S['record2'].field1) | |||
210 | --skang.printTableStart(getmetatable(stuff.S), '', 'stuff.S metatable') | 210 | --skang.printTableStart(getmetatable(stuff.S), '', 'stuff.S metatable') |
211 | 211 | ||
212 | --skang.printTableStart(getmetatable(test), '', 'test metatable') | 212 | --skang.printTableStart(getmetatable(test), '', 'test metatable') |
213 | ]] | ||