diff --git a/BuildTools/tidy.py b/BuildTools/tidy.py index 97b349425..34eeb3b42 100644 --- a/BuildTools/tidy.py +++ b/BuildTools/tidy.py @@ -13,7 +13,7 @@ def main(): root_dir = os.path.normpath(os.path.join(os.path.dirname(__file__), '..')) dirs_to_check = ( os.path.join(root_dir, subdir) - for subdir in ('ICSharpCode.Decompiler', 'ILSpy', 'ILSpy.BamlDecompiler')) + for subdir in ('ICSharpCode.Decompiler', 'ICSharpCode.Decompiler.Tests', 'ILSpy', 'ILSpy.BamlDecompiler')) ok = True for dir in dirs_to_check: for root, dirs, files in os.walk(dir): diff --git a/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs b/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs index 13c82a4b1..e77de2aee 100644 --- a/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs +++ b/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs @@ -25,7 +25,7 @@ using NUnit.Framework; namespace ICSharpCode.Decompiler.Tests { - [TestFixture] + [TestFixture] public class CorrectnessTestRunner { const string TestCasePath = DecompilerTestBase.TestCasePath + "/Correctness"; diff --git a/ICSharpCode.Decompiler.Tests/Stub.cs b/ICSharpCode.Decompiler.Tests/Stub.cs index 781997025..55c79fa87 100644 --- a/ICSharpCode.Decompiler.Tests/Stub.cs +++ b/ICSharpCode.Decompiler.Tests/Stub.cs @@ -21,10 +21,10 @@ using System; namespace ICSharpCode.Decompiler.Tests { class Stub - { + { static void Main(string[] args) { throw new InvalidOperationException("Entry point exists only to support output type 'Exe'"); } - } + } } diff --git a/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.cs b/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.cs index f8e9d3ea1..82ded90f1 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.cs @@ -2,8 +2,8 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { - internal class Issue379 - { + internal class Issue379 + { public virtual void Test() where T : new() { }