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
path: root/tests
diff options
context:
space:
mode:
authorliamDevine <none@none>2011-08-22 03:56:11 +0400
committerliamDevine <none@none>2011-08-22 03:56:11 +0400
commit943bc8b0570a20c1d0ab66ba754bb2b88e7c95db (patch)
tree96807c4bfdc27d79fe5de3fc39f623a4e0780b1f /tests
parentae4578da90afe8ab26f48b5f1c588774a49b3a47 (diff)
Oops left a couple of variables which were used to find the error. See last commit for info.
Diffstat (limited to 'tests')
-rw-r--r--tests/actions/xcode/test_xcode_dependencies.lua2
-rw-r--r--tests/actions/xcode/test_xcode_project.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/xcode/test_xcode_dependencies.lua b/tests/actions/xcode/test_xcode_dependencies.lua
index 6012981..e748b2b 100644
--- a/tests/actions/xcode/test_xcode_dependencies.lua
+++ b/tests/actions/xcode/test_xcode_dependencies.lua
@@ -14,7 +14,7 @@
-- Setup/Teardown
---------------------------------------------------------------------------
- local sln, prj, prj2, tr, _OS_original
+ local sln, prj, prj2, tr
function suite.setup()
premake.action.set("xcode3")
xcode.used_ids = { } -- reset the list of generated IDs
diff --git a/tests/actions/xcode/test_xcode_project.lua b/tests/actions/xcode/test_xcode_project.lua
index 3585d01..ffd38cd 100644
--- a/tests/actions/xcode/test_xcode_project.lua
+++ b/tests/actions/xcode/test_xcode_project.lua
@@ -14,7 +14,7 @@
-- Setup/Teardown
---------------------------------------------------------------------------
- local sln, tr, _OS_original
+ local sln, tr,
function suite.setup()
premake.action.set("xcode3")
io.eol = "\n"