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:
authorstarkos <none@none>2009-11-04 21:44:13 +0300
committerstarkos <none@none>2009-11-04 21:44:13 +0300
commit7ed8c722be1c3332a89b83f81870e421784dd3ec (patch)
treeb93003a6e66b7e421c8d3c92ab2b20961c916631 /tests/testfx.lua
parent4f79b6e75818ce146caad81342b990ebb80f29f0 (diff)
More solution object refactoring
Diffstat (limited to 'tests/testfx.lua')
-rw-r--r--tests/testfx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfx.lua b/tests/testfx.lua
index c2414fc..823ff92 100644
--- a/tests/testfx.lua
+++ b/tests/testfx.lua
@@ -176,7 +176,7 @@
_ACTION = "test"
_ARGS = { }
_OPTIONS = { }
- _SOLUTIONS = { }
+ premake.solution.list = { }
-- reset captured I/O values
test.value_openedfilename = nil