Skip to content

Commit 2c39632

Browse files
authored
Fix line endings (#115414)
1 parent 4a0fef3 commit 2c39632

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Xunit;
2-
3-
// Disable all tests in the assembly here. We'd prefer to disable them in src/libraries/tests.proj
4-
// but we can't disable tests just based on RuntimeFlavor there as we build our tests once per target, not per target and runtime flavor
5-
// in our split jobs (where we build libraries in one job and the runtime in another).
6-
// As a result, we'll disable these tests here for now.
1+
using Xunit;
2+
3+
// Disable all tests in the assembly here. We'd prefer to disable them in src/libraries/tests.proj
4+
// but we can't disable tests just based on RuntimeFlavor there as we build our tests once per target, not per target and runtime flavor
5+
// in our split jobs (where we build libraries in one job and the runtime in another).
6+
// As a result, we'll disable these tests here for now.
77
[assembly:SkipOnMono("All tests here use RuntimeHelpers.AllocateTypeAssociatedMemory, which is not implemented on Mono")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<Project Sdk="Microsoft.NET.Sdk"></Project>
1+
<Project Sdk="Microsoft.NET.Sdk"></Project>

0 commit comments

Comments
 (0)