Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2021-03-01 20:25:38 +0300
committerGitHub <noreply@github.com>2021-03-01 20:25:38 +0300
commit59eef1f943e263e876bc1194dffcdd7900906be4 (patch)
tree4e1a8a56f59f19bdb09083c69f872c05a13da6f7 /test/Mono.Linker.Tests/TestCases/TestSuites.cs
parent555a1a7f3eafc6d6ae9312641be2596d9ef2121d (diff)
Enable more analyzers (#1862)
Diffstat (limited to 'test/Mono.Linker.Tests/TestCases/TestSuites.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCases/TestSuites.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/TestSuites.cs b/test/Mono.Linker.Tests/TestCases/TestSuites.cs
index a817093dc..6edb4ac4b 100644
--- a/test/Mono.Linker.Tests/TestCases/TestSuites.cs
+++ b/test/Mono.Linker.Tests/TestCases/TestSuites.cs
@@ -176,7 +176,7 @@ namespace Mono.Linker.Tests.TestCases
Assert.Ignore ("These tests are not valid when linking against .NET Framework");
#if NETCOREAPP
- Assert.Ignore("These tests are not valid when linking against .NET Core");
+ Assert.Ignore ("These tests are not valid when linking against .NET Core");
#endif
Run (testCase);
}