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:
authorJason Perkins <starkos@industriousone.com>2012-02-10 23:04:03 +0400
committerJason Perkins <starkos@industriousone.com>2012-02-10 23:04:03 +0400
commit316242ad7237346af8518cf62ace035e9ce01e70 (patch)
treebe6fedf06c6d2563379c56563c36b4cc57518b0f /tests
parent804c0459cbf25a2b2ee3bc225e682e49be9e5f9b (diff)
Xbox360 fixes for VS20104.4-beta4
Diffstat (limited to 'tests')
-rwxr-xr-xtests/actions/vstudio/sln2005/dependencies.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/actions/vstudio/sln2005/dependencies.lua b/tests/actions/vstudio/sln2005/dependencies.lua
index 91948d4..a9fbffd 100755
--- a/tests/actions/vstudio/sln2005/dependencies.lua
+++ b/tests/actions/vstudio/sln2005/dependencies.lua
@@ -56,12 +56,3 @@
EndProjectSection
]]
end
-
-
- function suite.On2010_Cs()
- -- 2010 C# gets rules from the projects rather than the solution
- _ACTION = "vs2010"
- prepare("C#")
- local actual = io.endcapture()
- test.istrue(actual:len() == 0)
- end