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:
Diffstat (limited to 'tests/actions/vstudio/sln2005/dependencies.lua')
-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