Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2011-02-04 00:38:32 +0300
committerJason Perkins <starkos@industriousone.com>2011-02-04 00:38:32 +0300
commit5ab5e839710bbb3ab10f181821b877fe9fca37f9 (patch)
tree2568d8afbd110857b15e1cb11754b92bc1c4a359 /tests/test_gmake_cs.lua
parent543ea0f871fc4c4ef6bf75e0e84b8350983b1e30 (diff)
Moved io.capture to test framework; removed from test suites
Diffstat (limited to 'tests/test_gmake_cs.lua')
-rw-r--r--tests/test_gmake_cs.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gmake_cs.lua b/tests/test_gmake_cs.lua
index 37683fb..68e9b7e 100644
--- a/tests/test_gmake_cs.lua
+++ b/tests/test_gmake_cs.lua
@@ -25,7 +25,6 @@
end
local function prepare()
- io.capture()
premake.buildconfigs()
end